Metadata-Version: 2.4
Name: anilist_chart
Version: 0.0.3
Summary: Plots a timeline of watched episodes using the anilist.co data from the gdpr download file and its public api
Project-URL: Homepage, https://github.com/eliavandini/anilist-chart
Project-URL: Issues, https://github.com/eliavandini/anilist-chart/issues
Author-email: Elia Vandini <vandini.elia@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: argparse
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: requests
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# anime-chart

Uses plotly and the graphql anilist api to generate a graph showing when what episode of what anime was watched.

**It may take a few minutes to query all anime for the first time.**

Requires the [GDPR data download](https://anilist.co/settings/account) from the anilist website
```python
$ pip install anilist_chart 
$ anilist-chart gdpr_data.json
```

## Screenshot
![image](https://github.com/eliavandini/anime-chart/assets/103252381/b95196cc-7604-479e-a22f-7c4e1bd38c8a)
