Anime#

This class deals with the anime info part and recommendations.

class animec.anicore.Anime(query: str)#

Bases: object

Retrieves anime info via myanimelist.

Parameters

query (str) – The query to be searched for.

url#

Returns the url of the anime main page

name#

Returns the main name of the anime

title_english#

Returns the english title

title_jp#

Returns the japanese title

alt_titles#

Returns alternative titles

episodes#

The episode count of the anime

aired#

Anime’s airing time

broadcast#

The broadcast day of the series

rating#

Rating given to the anime

ranked#

Anime’s ranking

popularity#

The popularity of the anime

favorites#

Count of people who tagged the anime as their favourite

type#

Series type

status#

Series current status with reference to airing

producers#

List of studios which contributed to the production of the series

Type

list

genres#

List of anime genres or kind

Type

list

description#

Short description about the anime

poster#

Anime thumbnail

teaser#

Official anime teaser/promotion

is_nsfw() bool#
Returns

Returns if the series is nsfw

Return type

bool

recommend() list#
Returns

Returns suitable recommendations based on the anime referred while declaring the class

Return type

list