GitHunt
AL

AlexandreCarlton/twewy-graphql

Scrapes info from a TWEWY fandom dump and exposes it via GraphQL

twewy-graphql

A GraphQL endpoint for data from The World Ends With You.

⚠️ This is a very rough work in progress!

All data is scraped from The World Ends with You Wiki.

To start the endpoint:

python3 -m venv .venv
source .venv/bin/activate
pip install -e .

./main.py

A GraphiQL endpoint will be available on http://localhost:5000/graphql.

Contributors

Created July 4, 2020
Updated November 15, 2020
AlexandreCarlton/twewy-graphql | GitHunt