An asynchronous Python 3 wrapper for the MyAnimeList API
See Pipfile
python3 pip install -r requirements.txt
Some people have trouble compiling lxml, if you find yourself having trouble installing lxml on windows, if any troubles arise you should use a wheel
Install from pip
python3 pip install pyanimelist
Install from git for the cutting edge
python3 pip install git+https://github.com/GetRektByMe/Pyanimelist.git
instance = PyAnimeList(username, password)