Skip to content

prochy-exe/malfetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malfetcher

A simple library to help you fetch data from MyAnimeList

Description

This library is aimed at people who might be interested in automatizing their anime library.

Getting Started

Dependencies

  • Python(tested on the latest ver.)
  • A MyAnimeList account
  • A MyAnimeList developer app

Installing

  • Clone this repo
git clone https://github.com/prochy-exe/malfetcher /path/to/desired/folder
  • Install it using pip
pip install malfetcher
  • Install it using pip locally
cd /path/to/desired/folder
pip install .
  • If you want to make modifications to the library install it in the edit mode:
cd /path/to/desired/folder
pip install -e .

Using the library

  • To import the library into your code use:
import malfetcher
  • When importing this library for the first time, you will be taken through the setup process

Setting up the MyAnilist developer app

  • When the setup process starts, you will be automatically taken to required pages. This process is really simple.
  • When asked for the Client ID, you will be taken to the account developer page.
  • If not logged in, log in first.
  • Then create a new client
  • Choose whatever name you fancy, and for the redirect URL use http://localhost:8888/auth
  • After you save the client, copy the ID and paste it into the terminal
  • After entering the ID you will be taken to an auth page, where you need to allow the app to access your account.
  • Afterwards you will be taken to a redirect page that will automatically send the token to the library.
  • After that the library is successfully set-up and ready for use.

Help

If you encounter any issues, feel free to open a new issue. If you have any new ideas or fixes, please open a pull request, they are more than welcome!

Version History

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages