A helpful desktop application with utilities to enhance your AniList and anime watching experience!
Generates a list of recommendations based on one or more public AniList profiles. If you use multiple you'll get a joint list, sort of like a Spotify Blend but for anime!
Currently uses Anilist's crowdsourced recommendations as the core source, also taking into account the user's own ratings and common tags.
As of right now, anime and manga are grouped together. \
Finds upcoming releases that contain one or more of your favorite tags. Remembers what it showed you and won't resurface the same media again unless it gains another relevant tag.
pip install -r requirements.txtrun mainwindow.py in python3
python3 src/mainwindow.pypython src\mainwindow.pyDouble click mainwindow.bin or run ./mainwindow.bin in the terminal
You may need to sudo chmod +x mainwindow.bin first
Double click mainwindow.exe
You may need to click past Windows Smart Screen
Create an issue here in GitHub so I can address it please!
Anilist rate limits their API pretty strictly so fetching data from the server can take 5-10 minutes
data is cached locally for 2 days, though, so subsequent runs are quicker within that time
Literally nothing I can do about that. I am not an AniList developer.
You're free to use bits and pieces of my code including porting my logic to other languages. Please make sure to follow all terms of the GPLv3 license while doing so. Also, while you aren't required to credit me, it would be appreciated!