https://github.com/marcus-crane/khinsider-index
A static file containing a complete index of the content on downloads.khinsider.com
https://github.com/marcus-crane/khinsider-index
data golang json khinsider static
Last synced: about 1 year ago
JSON representation
A static file containing a complete index of the content on downloads.khinsider.com
- Host: GitHub
- URL: https://github.com/marcus-crane/khinsider-index
- Owner: marcus-crane
- License: mit
- Created: 2021-12-26T23:29:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T21:52:34.000Z (over 2 years ago)
- Last Synced: 2025-04-03T00:32:24.665Z (over 1 year ago)
- Topics: data, golang, json, khinsider, static
- Language: Python
- Homepage: https://github.com/marcus-crane/khinsider
- Size: 230 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# khinsider-index
A static file containing a complete index of the content on downloads.khinsider.com
This repo runs the same index functionality built into my [khinsider](https://github.com/marcus-crane/khinsider/tree/v2) tool, just on a timer and uploaded as a file.
While any user can generate their own index if they choose, by default they'll download a tar gzipped version of the index that is generated and released against this repo, whenever any changes are detected.
Shout outs to [trackiam](https://github.com/glassechidna/trackiam) as inspiration. I've taken the idea a little further with automatic releasing of the files being watched though so feel free to poke around this repo too. I ran into a few gotchas that I've briefly documented.
I intend to write a fuller README in future