sungyeonu / animal-crossing-scraper

Web scraper for Animal Crossing - New Horizons data using bs4
37 stars 11 forks source link

Add full-size-image, catch-phrase, museum-phrase to fish and bugs? #43

Closed mathewthe2 closed 4 years ago

mathewthe2 commented 4 years ago

Example: https://animalcrossing.fandom.com/wiki/Bitterling

acnhapi.com uses image and icon to seperate the two images. Currently this repo only scrapes the icon. Also, the full-size-image on animal crossing.fandom has a background color while acnhapi.com offers the full-size-image like https://acnhapi.com/v1/images/fish/1 without background colors.

sungyeonu commented 4 years ago

A lot of the wiki were in inconsistent format, I went on the pages manually and found contents :/

mathewthe2 commented 4 years ago

I don't think it's a terrible idea to directly 'scrape' from acnhapi.com

sungyeonu commented 4 years ago

you are right, the images are much cleaner.

museum_phrase and catch_phrase are still difficult to scrape from the wiki. I'll just scrape from acnhapi instead