1
0
Fork
You've already forked PopcornProphet
0
Get Movie Recommendation based on the IMDb Top 50
  • Python 99.6%
  • Batchfile 0.4%
2026年06月29日 16:35:18 +02:00
.env.example read history path from .env 2026年06月29日 16:33:53 +02:00
.gitignore chore: cleanup .gitignore 2026年06月29日 16:35:18 +02:00
LICENSE Initial commit 2024年06月02日 14:17:57 +00:00
prophet.bat v1 2024年07月07日 21:28:46 +02:00
prophet.py read history path from .env 2026年06月29日 16:33:53 +02:00
README.md read history path from .env 2026年06月29日 16:33:53 +02:00
requirements.txt read history path from .env 2026年06月29日 16:33:53 +02:00

PopcornProphet

Get random movie recommendation based on IMDb Top 50.

Setup

  1. Copy .env.example to .env.
  2. Set HISTORY_PATH to the absolute path where the recommendation history JSON file should live (parent directories are created automatically).

Usage

Run prophet.py or prophet.bat