The Random Episode Generator is a web app to help combat boredom with your favorite TV shows.
Clone this repository and create a Python virtual environment, and then run make init
to install our dependencies.
git clone [email protected]:craffer/random-episodes.git
cd random-episodes
python3 -m venv env
make init
To run the program locally, use the bash script provided and access the site at localhost:8000.
./bin/flaskrun
This project is deployed to a DigitalOcean droplet, served using uWSGI and Nginx. It can be accessed at https://conorrafferty.com/episodes.
This project is licensed under the MIT license – see the LICENSE file for more details.
This project uses the TMDb API to get data and images about TV shows, but is not endorsed or certified by TMDb.