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.
- Host: GitHub
- URL: https://github.com/supersonichub1/clip-origins
- Owner: SuperSonicHub1
- License: unlicense
- Created: 2021-11-28T00:30:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T00:30:35.000Z (over 4 years ago)
- Last Synced: 2025-03-14T23:13:31.381Z (over 1 year ago)
- Topics: flask, python, twitch, twitch-clips
- Language: Python
- Homepage: https://clip-origins.supersonichub1.repl.co/
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()'
```