Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 892 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 892 Bytes

Webscraping and Sending Mail

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.

How to setup

Create a virtual environment and activate it.

python -m venv venv

venv\Scripts\activate

Install all dependencies

pip install -r requirements.txt

You can add your email details as .env, to send top stories to your email.

Using Github actions to send our mail to receivers. ( we can improve the way we are processing the receiver list ).

Sample of the final email received.

Alt text

Automated web scraper