We are an open-source tech newsletter, sign up and stay updated with the latest news in tech at your convenience! Oh did I mention, we are 100% free?
Table of Content:
- Timezone Selection
- Day and time Selection
- Article Count Selection
Contributing to this project is quite simple & straight forward. We'd request you to view our contributing file before getting started and follow our code of conduct.
Everything required to set this project up:
Clone the repository:
git clone https://github.com/GoodMorninTech/GoodMorningTech.git
Move into the new directory:
cd GoodMorningTech
Create an instance
folder:
mkdir instance
Move the configuration template into instance
and rename it to config.py
:
mv config.template.py instance/config.py
Edit the configuration file and make sure to set the following fields:
SECRET_KEY
MAIL_USERNAME
MAIL_PASSWORD
MAIL_DEFAULT_SENDER
Alternatively you can configure everything from environment variables, make sure to set all the variables in config.template.py
.
Install the requirements:
pip install -r requirements.txt
Run the application:
python index.py
and in separate terminal run the tailwind compiler:
npm run tailwind
Install the development requirements:
pip install -r requirements-dev.txt
npm install
pre-commit install
- Time Selection
- Timezone Selection
- Addition of more news sources
- Blogging System
- Changelog System
- Support for Other Languages
- French
- German
- Spanish
- Mobile App
It gets the important posts from BBC, The Guardian, Verge & other credible sources and sends them to your email.
Subscribing is as easy as heading to our sign up page and giving us your email & filling a small form (we promise we won't flood your inbox).
We hate to see you leave, you can head to this page and enter your email ID, we'll then send you a link to verify your exit. Alternatively, each newsletter we send you has a footer with an unsubscribe link.
We rely on donations/sponsors!
- OpenSourceSimon - Backend
- Kappq - Backend
- ImmaHarry - Site Designer & Frontend
- LevaniVashadze - Backend & Frontend