Skip to content

seijihirao/anilist_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anilist exporter

Simple anilist util to export its data to a given format.

Using

Run in your shell

$ python main.py -u myuser -e myexporter > outputfile

With

  • myuser - being your anilist user
  • myexporter - the exporter filename
  • outputfile - the file to write to

E.g.

$ python main.py -u seijihirao -e letterboxd > output.csv

Creating exporters

To create a new exporter, just create a new file inside the dir lib/exporters.

This file must contain an Exporter class with the functions export_meta() (to return header line) and export_media(media) (to return each line), see letterboxd file

About

Anilist generic exporter, using its GraphQL API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages