sungyeonu / animal-crossing-scraper

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

scrape records #49

Closed bendikjohansen closed 4 years ago

bendikjohansen commented 4 years ago

This pull request is meant to resolve #48.

sungyeonu commented 4 years ago

Some help: itemkey = name.replace(" ", "").replace("-", "_") name = tr("td")[0].text.strip()

sungyeonu commented 4 years ago

Looks good to me! Thank you for your contribution!

bendikjohansen commented 4 years ago

I'm happy to able to help! Please consider closing #48 as a result of this pull request.