This is the worker for kommtkevinonline.de The worker runs each hour and downloads new vods if found. After the download it gets transcribed with openai whisper. The result together with an propmt goes to ChatGPT which then decides if Papaplatte has intend of coming online. ChatGPT returns a json, the json and the vod info from twitch will be written to the database.
- Copy the .env.example to .env
- Insert missing values
- Start the project:
docker-compose up