Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrecarlton/twewy-graphql
Scrapes info from a TWEWY fandom dump and exposes it via GraphQL
https://github.com/alexandrecarlton/twewy-graphql
Last synced: 17 days ago
JSON representation
Scrapes info from a TWEWY fandom dump and exposes it via GraphQL
- Host: GitHub
- URL: https://github.com/alexandrecarlton/twewy-graphql
- Owner: AlexandreCarlton
- Created: 2020-07-04T12:23:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T11:26:19.000Z (about 4 years ago)
- Last Synced: 2024-10-30T07:56:54.468Z (2 months ago)
- Language: Python
- Size: 2.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twewy-graphql
A [GraphQL](https://graphql.org/) endpoint for data from The World Ends With You.> :warning: This is a very rough work in progress!
All data is scraped from [The World Ends with You Wiki](http://twewy.fandom.com/).
To start the endpoint:
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -e ../main.py
```A GraphiQL endpoint will be available on http://localhost:5000/graphql.