Files
Torrent-Indicator/README.md
Sébastien QUEROL 6a9fc113af Update README.md
Translated to english
2026-03-10 17:51:00 +01:00

26 lines
727 B
Markdown

# Torrent Indicator
![Screencapture](https://git.azuze.fr/kawa/torrent-indicator/raw/branch/main/screenshot.png)
Torrent health widget.
## Files
| File | Role |
|---|---|
| `scrape_server.py` | Python Server — polls BitTorrent trackers |
| `torrent-scrape.service` | systemd service to autostart the server |
| `ghost-inject.html` | *Optionnal* Paste this snippet in Ghost (Settings > Code injection) |
## Quick start
```bash
# 1. Launch the server (test)
python3 scrape_server.py
# 2. Test the API
curl "http://127.0.0.1:8765/?hash=3b245504cf5f11bbdbe1201cea6a6bf45aee1bc0"
```
[Complete documentation](https://git.azuze.fr/kawa/Torrent-Indicator/wiki/?action=_pages) · [Demo page](https://demo.kawa.zip/demo.html)