Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valsaven/getmal
Returns the data of a particular anime list and status in JSON
https://github.com/valsaven/getmal
anime export go golang json mal myanimelist python python3
Last synced: about 2 months ago
JSON representation
Returns the data of a particular anime list and status in JSON
- Host: GitHub
- URL: https://github.com/valsaven/getmal
- Owner: valsaven
- License: mit
- Created: 2019-09-03T20:09:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T14:41:03.000Z (about 2 years ago)
- Last Synced: 2024-10-31T11:59:30.460Z (3 months ago)
- Topics: anime, export, go, golang, json, mal, myanimelist, python, python3
- Language: Python
- Homepage: https://enigmatic-island-24693.herokuapp.com
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get MyAnimeList! `(*°▽°*)`
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fvalsaven%2Fgetmal.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalsaven%2Fgetmal?ref=badge_shield)Returns the data of a particular anime list and status in JSON.
### Install
`pip install getmal`### Status codes:
```
7: All Anime
1: Currently Watching
2: Completed
3: On Hold
4: Dropped
6: Plan to Watch
```### Examples
```bash
# Get USER's dropped anime
getmal USER 4# Get USER's all anime and export it to json file
getmal USER 7 -o USER.json
```### Build
```bash
python setup.py sdist bdist_wheel
```-----------------
## ↓↓↓ Currently blocked by MAL: https://myanimelist.net/forum/?topicid=1844975
## SaaS (with Go):
### Using
`https://getmal.herokuapp.com/LIST/USERNAME/STATUS`### Lists:
```
anime - for anime list
manga - for manga list
```## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fvalsaven%2Fgetmal.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalsaven%2Fgetmal?ref=badge_large)