- main.py checks if it is being run as main
- More documentation comments
- One line function for updating status
- memeoftheday.py -> main.py
- pathHelper.py -> setup.py
- First time setup if settings.json does not exist
- Verifies if settings.json is correct and credentials are correct
- Prints out username if login was successful
- -sp, --setup argument that recreates settings.json and gets twitter credentials from user input
- Changed file structure
- Improved README and CHANGELOG
- memeoftheday.py refactoring
- pathHelper.py handles file validation
- GNU License
- Login() and FindTodaysMeme() Documentation Comments
- Unnecessary directories and C# project files