Skip to content

Some utility scripts that can generate some nice graphs and other things using the MyAnimeList API.

Notifications You must be signed in to change notification settings

Possseidon/mal-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mal-tools

Some utility scripts that can generate some nice graphs and other things using the MyAnimeList API.

Scripts

Utility to generate an access token for the MyAnimeList API.

Make sure you have a .get_mal_token.env with the following variables:

MAL_CLIENT_ID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
MAL_CLIENT_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Just run the script and follow the instructions. It will generate a .env file with the access token which is then used by the other scripts.

Displays a list of all anime that are related in some way or another and orders them by when they aired.

You can specify either id or a title query that works similar to the search function on the MyAnimeList website.

Despite being a script, also contains some code that is reused by anime_graph.py. I might want to separate that out at some point.

Similar to related_anime.py, but generates an entire graph of all related anime as an SVG instead.

Library

Wraps parts of the MyAnimeList API.

About

Some utility scripts that can generate some nice graphs and other things using the MyAnimeList API.

Topics

Resources

Stars

Watchers

Forks

Languages