Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanson/overwatch-index
A repository for generating lists of Overwatch content
https://github.com/seanson/overwatch-index
Last synced: 7 days ago
JSON representation
A repository for generating lists of Overwatch content
- Host: GitHub
- URL: https://github.com/seanson/overwatch-index
- Owner: seanson
- Created: 2021-01-20T07:55:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T19:44:19.000Z (7 months ago)
- Last Synced: 2024-11-14T01:34:28.460Z (2 months ago)
- Language: CSS
- Size: 95.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# overwatch-index
[Overwatch Index](https://seanson.github.com/overwatch-index)
This is a project for generating indexes of YouTube Overwatch gameplay and tagging them with the appropriate hero, rank, etc.
It is a very basic side-project at the moment and will likely see little development unless I find a proper use case for it.
## Development
This project uses Python Poetry for environment management.
Authentication requires setting up the YouTube API and generating an OAuth client secret to `.client_secret.json`, which is a painful process and outside the scope of this project.Data from YouTube is pulled with:
``` shell
poetry run python src/fetch.py
```Static HTML is generated with:
``` shell
poetry run python src/generate.py
```And deployment is done via `ghp-import`:
``` shell
ghp-import -p dist
```