An app that finds the most retweeted corgi picture in the last day and emails it with a personal note
- Install Python 3.x
- pip install python-twitter
- Clone the repository
- Obtain a Twitter API key
- Fill in the settings_template.py file with your twitter API key, to and from email addresses, from email address username, password, and smtp information, add subject lines as strings to the subjects list, add content lines as strings to the content list.
- Rename settings_template.py to settings.py
This project is licensed under the MIT License - see the LICENSE.MD file for details