Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.