Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyldin601/torrent-bot
A utility for syncing torrents between toloka site and transmission client.
https://github.com/pyldin601/torrent-bot
Last synced: about 1 month ago
JSON representation
A utility for syncing torrents between toloka site and transmission client.
- Host: GitHub
- URL: https://github.com/pyldin601/torrent-bot
- Owner: pyldin601
- Created: 2022-04-25T13:12:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T01:45:51.000Z (about 2 months ago)
- Last Synced: 2024-12-08T22:00:14.224Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# torrent-bot
Utility, that syncs topics tracked by user in toloka torrent tracker with transmission torrent client.## Environment variables example
```dotenv
# Path to the storage where's the sync state is located
STORAGE_FILE=torrent-bot.db
# Creadentials used to login to the toloka torrent tracker
TOLOKA_USERNAME=username
TOLOKA_PASSWORD=password
# Credentials to connect to the transmission client
TRANS_URL=http://192.168.1.78:9091/transmission/rpc
TRANS_USERNAME=hello
TRANS_PASSWORD=world
# Directory, where the torrent files should be downloaded to
TRANS_DOWNLOAD_DIRECTORY=/data
```