https://github.com/stv0g/transmission-submission
Webservice to submit torrent files and magnet links to Transmission via its RPC interface
https://github.com/stv0g/transmission-submission
torrent transmission transmission-daemon transmission-rpc web-push web-push-notifications
Last synced: 6 months ago
JSON representation
Webservice to submit torrent files and magnet links to Transmission via its RPC interface
- Host: GitHub
- URL: https://github.com/stv0g/transmission-submission
- Owner: stv0g
- License: apache-2.0
- Created: 2022-12-16T20:37:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T02:00:47.000Z (8 months ago)
- Last Synced: 2025-03-25T03:25:00.348Z (7 months ago)
- Topics: torrent, transmission, transmission-daemon, transmission-rpc, web-push, web-push-notifications
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# transmission-submission
`transmission-submission` is a little web service to submit new torrent files and magnet links to [Transmission](https://transmissionbt.com/) via its RPC interface.
## Features
- Push notifications about completed downloads
- Even when the website has been closed
- Uses [Push API](https://developer.mozilla.org/en-US/docs/Web/API/Push_API?retiredLocale=de)
- Registration of protocol handler for `magnet:` URI's
- Uses [`navigator.registerProtocolHandler()`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler?retiredLocale=de)## Author
- Steffen Vogel ([@stv0g](https://github.com/stv0g))