In this project we extract data from the Indian short news platform Inshorts and send out the content and link for these articles as an email automatically.
Create a virtual environment and activate it.
python -m venv venv
venv\Scripts\activate
Install all dependencies
pip install -r requirements.txt
Using Github actions to send our mail to receivers. ( we can improve the way we are processing the receiver list ).