App that posts television series rewatch threads in online message boards on a recurring interval.
- Create a virtual environment and install dependencies:
python -m venv avenv
source avenv/bin/activate
pip install -r requirements/requirements-dev.txt
Refer to cloudformation template for safe source of python runtime
- run unittests and make sure they pass
python -m unittest
Example message board post created by the application
Since the human condition is such that we always prefer to watch the same tv series over again since it is good and familiar as opposed to trying something new we might not like, this application is desperately needed.