Skip to content

Minimalistic command line interface for fetching user anime data from MyAnimeList.

License

Notifications You must be signed in to change notification settings

VividhPandey003/myanimelist-cli

 
 

Repository files navigation

myanimelist-cli

myanimelist-cli is a minimalistic command line interface for fetching user anime data from MyAnimeList

C/C++ CI CodeQL Codacy Badge Discord All Contributors

Usage

$ mya --help
Usage: mya [OPTION...] [USERNAME]
Simple command line tool for fetching user anime data from MyAnimeList.

  -a, --all                  Fetch all anime for a user
  -c, --completed            Fetch a user's completed anime
  -d, --dropped              Fetch a user's dropped anime
  -h, --onhold               Fetch a user's on hold anime
  -p, --plantowatch          Fetch a user's plan to watch anime
  -w, --watching             Fetch a user's currently watching anime
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

Report bugs to <[email protected]>.

Example

$ mya -w jmak
watching 4 anime
1. Commit on Titan
2. JoJo's Bizarre Pull Request
3. My Neighbor Octocat
4. One Push Man

Code of Conduct

myanimelist-cli is governed by the Contributor Covenant v2.0.

License

myanimelist-cli is licensed under the MIT License.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


jmakhack

💻 🚧 📖

All Contributors

📖

Tim Beeren

⚠️ 💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Minimalistic command line interface for fetching user anime data from MyAnimeList.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.6%
  • Makefile 7.4%