Built with Scrapy, Flask, Connexion, Swagger, and Marshmallow. acnh_api works by scraping New Horizons data from the animalcrossing.fandom.com/wiki using Scrapy
Currently has data for fish, bugs, fossils, and villagers
git clone https://github.com/anthonysea/acnh_api.git
pip install requirements.txt
Build the database with the scraper
python build_db.py
Start the server
python app.py
- Add
Villagers, Furniture, Materials, Recipes - Testing
- Documentation