- A simple automation tool that feeds from a number of specified RSS feeds and provide a categorized set of current and updated research updates and research papers.
- Windows Task Scheduler
- Python
- RSS Feed
- SMTP (Simple Mail Transfer Protocol)
-
The Windows OS scheduler triggers the task based on the scheduled time daily.
-
Then the triggered task runs the python script.
-
The python script reads data from XML files from the RSS feeds and filters based on the keywords entered by the user.
-
Then a structured email is sent to the user.
-
To run the code manually, navigate to the directory and run:
python -m src