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

https://github.com/supersonichub1/clip-origins

Use Twitch's GraphQL API in order to find all the clips a VOD is associated with.
https://github.com/supersonichub1/clip-origins

flask python twitch twitch-clips

Last synced: about 2 months ago
JSON representation

Use Twitch's GraphQL API in order to find all the clips a VOD is associated with.

Awesome Lists containing this project

README

          

# Clip Origins

Use Twitch's GraphQL API in order to find all the clips a VOD is associated with.

The tool allows one to view the clips in chronological or
popular (most views on top) order.

## Install
```bash
poetry install
# For the lazy...
python3 main.py
# For the more upstanding
gunicorn 'clip_origins:create_app()'
```