Animec | Documentation#

Description#

animec is an open source python module to scrape information about anime characters, info, news, lyrics and more. It scrapes results from MyAnimeList. The anilyrics class uses animesonglyrics to return the lyrics.

Warning

This module requires Python 3.6 or above to work properly.

Highlights#

  • Easily get anime characters’s info

  • Retrieve anime info

  • Get suitable recommendations based on votes

  • Get anime lyrics in Kanji, Romaji and English

More features are being worked on!

Installation#

Using pip#

# Linux/macOS
python3 -m pip install -U animec

# Windows
py -3 -m pip install -U animec

Manually#

$ git clone https://github.com/DriftAsimov/animec
$ cd animec
$ python3 setup.py install

Note

A ratelimit has been added to avoid stressing the module. If that ratelimit is bypassed, then you risk getting your IP banned temporarily from making requests. So it’s recommended not to try any such practice.

Indices and tables#