SapphireLabs / sakura

A slack bot to perform Anime lookup
2 stars 1 forks source link

Grab detailed data from MyAnimeList and other data sources. #6

Closed voxlol closed 6 years ago

voxlol commented 6 years ago

Currently, the npm package popura that we're using for MAL does not give very much data.

Potential extra information to grab : category, voice actor information, review text

Solution: scrape MAL

voxlol commented 6 years ago

Sample Response:

{ id: 1575,
  title: 'Code Geass: Hangyaku no Lelouch',
  english: 'Code Geass: Lelouch of the Rebellion',
  synonyms: [],
  episodes: 25,
  score: 8.79,
  type: 'TV',
  status: 'Finished Airing',
  start_date: '2006-10-06',
  end_date: '2007-07-29',
  synopsis: 'In the year 2010, the Holy Empire of Britannia is establishing itself as a dominant military nation, starting with the conquest of Japan. Renamed to Area 11 after its swift defeat, Japan has seen significant resistance against these tyrants in an attempt to regain independence.\n\r\n\n\r\nLelouch Lamperouge, exiled prince of Britannia, unfortunately finds himself caught in a crossfire between the two nations' armed forces. He is able to escape, however, thanks to the timely appearance of a mysterious girl named C.C., who bestows upon him Geass, the "Power of Kings." Realizing the vast potential of his newfound "power of absolute obedience," Lelouch embarks upon a perilous journey as the masked vigilante known as Zero, leading a merciless onslaught against Britannia in order to get revenge once and for all.\n\r\n\n\r\n[Written by MAL Rewrite]',
  image: 'https://myanimelist.cdn-dena.com/images/anime/5/50331.jpg' }
voxlol commented 6 years ago

moved to sakura-loaders repo