GitXplorerGitXplorer
a

acnh_api

public
0 stars
0 forks
3 issues

Commits

List of commits on branch master.
Verified
b4ff26c9ef3a03952e6b94c5e10c7e64dd26e597

Merge pull request #34 from anthonysea/dependabot/pip/twisted-23.10.0

aanthonysea committed a year ago
Verified
ce7a4b5193637f335786903f5559be942c2eb62f

Bump twisted from 22.10.0 to 23.10.0

ddependabot[bot] committed a year ago
Verified
c377becb4431a2f1a5e13abf81f513c9cee6d65b

Merge pull request #33 from anthonysea/dependabot/pip/cryptography-41.0.6

aanthonysea committed a year ago
Verified
36810db0255a5f2b9816183e5c649c8bca1c43d3

Bump cryptography from 41.0.4 to 41.0.6

ddependabot[bot] committed a year ago
Verified
59747f7665a3e1ab3452c38430e23271706cdc9b

Merge pull request #32 from anthonysea/dependabot/pip/werkzeug-3.0.1

aanthonysea committed a year ago
Verified
8e4fe90e0e70cc6fdcc48a3053da544451feba31

Bump werkzeug from 2.2.3 to 3.0.1

ddependabot[bot] committed a year ago

README

The README file for this repository.

Animal Crossing: New Horizons API

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

Installation

Download/Clone the repo

git clone https://github.com/anthonysea/acnh_api.git

Pip install

pip install requirements.txt

Usage

Build the database with the scraper

python build_db.py

Start the server

python app.py

To-do

  • Add Villagers, Furniture, Materials, Recipes
  • Testing
  • Documentation