8000 GitHub - zeroquinc/trakt_ratings: Embedded Discord Trakt Ratings
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

zeroquinc/trakt_ratings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trakt Ratings for Discord

Embedded Discord Trakt Ratings with clickable links to Trakt and IMDB. It fetches the API every minute and checks for new ratings.

Configuration

Make sure you fill in the following values in the config.json file:

Command Description
webhook_url The Discord webhook url
trakt_username Your Trakt username
client_id Your Trakt Client ID
api_key Your TMDB API key
timezone Your timezone
show_spoiler Spoiler tag for show overview
episode_spoiler Spoiler tag for episode overview
season_spoiler Spoiler tag for season overview
movie_spoiler Spoiler tag for movie overview

Examples

Movie Ratings

image

Show Ratings

image

Episode Ratings

image

Season Ratings

image

How to Run

You can install the required packages with the command: pip3 install -r requirements.txt

You can for example create a service file and let it run in the background.

Description=Trakt Ratings
After=network.target

[Service]
Type=simple
User=username
ExecStart=/usr/bin/python3 /opt/scripts/trakt_ratings.py
Restart=on-failure

[Install]
WantedBy=multi-user.target

About

Embedded Discord Trakt Ratings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0