Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 473 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 473 Bytes

Trakt Trending Discord Bot

This bot will once a day post the trending movies and shows to a discord server.

Requirements:

Trakt API Key
TMDB API Key
Discord Webhook

Usage:

docker run -d \
-e MOVIE_TIME=12:00 \ #Optional
-e TV_TIME=12:00 \ #Optional
-e TZ=America/{yourtimezone} \
-e MOVIE_HOOK={yourdiscordwebhook} \
-e TV_HOOK={yourdiscordwebhook} \
-e TRAKT_KEY={yourtraktapikey} \
-e TMDB_KEY={yourtmdbapikey} \
ghcr.io/chadleeshaw/trakt_bot:latest