Get Movie Recommendation based on the IMDb Top 50
- Python 99.6%
- Batchfile 0.4%
| .env.example | read history path from .env | |
| .gitignore | chore: cleanup .gitignore | |
| LICENSE | Initial commit | |
| prophet.bat | v1 | |
| prophet.py | read history path from .env | |
| README.md | read history path from .env | |
| requirements.txt | read history path from .env | |
PopcornProphet
Get random movie recommendation based on IMDb Top 50.
Setup
- Copy
.env.exampleto.env. - Set
HISTORY_PATHto the absolute path where the recommendation history JSON file should live (parent directories are created automatically).
Usage
Run prophet.py or prophet.bat