https://github.com/chrisgrieser/anime-stats
Auto-generate some simple statistics on anime
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Keywords
Repository
Auto-generate some simple statistics on anime
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Anime Stats
Auto-generate some simple statistics on anime.
myanimelist themselves compiled some numbers on the rising number of
isekais.
However, they have not factored in the increasing total number of shows per
year, which sparked my curiosity and led to this small project.
Usage
```bash
init
python3 -m venv ./.venv source ./.venv/bin/activate python3 -m pip install -r requirements.txt
run
genre="Romance" startyear="2014" python3 -m python.main "$genre" "$startyear" ```
Using the task runner just:
bash
just init
just genre="Romance" start_year=2014 run
just run-fzf # using `fzf` and `yq`, select a genre interactively
[!NOTE] Available genres can be seen here: https://api.jikan.moe/v4/genres/anime
You can also usejust run_fzfto select a genre interactively, if you havejust,fzf, andyqinstalled.
Data Source
Data from myanimelist, using the Jikan API.
Example Output
txt
Isakais per year
2014: 2/187 (1%)
2015: 4/204 (2%)
2016: 7/229 (3%)
2017: 6/225 (3%)
2018: 9/224 (4%)
2019: 11/182 (6%)
2020: 8/175 (5%)
2021: 24/204 (12%)
2022: 17/189 (9%)
2023: 29/240 (12%)
2024: 24/174 (14%)

Owner
- Name: Chris Grieser
- Login: chrisgrieser
- Kind: user
- Location: Berlin, Germany
- Company: Technical University of Berlin
- Website: https://chris-grieser.de/
- Repositories: 189
- Profile: https://github.com/chrisgrieser
Researcher in sociology & software developer
GitHub Events
Total
- Watch event: 1
- Push event: 42
- Create event: 2
Last Year
- Watch event: 1
- Push event: 42
- Create event: 2