https://github.com/rssnyder/mr-torrent
Discord bot for the bittorrent protocol (downloading linux ISOs)
https://github.com/rssnyder/mr-torrent
Last synced: 2 months ago
JSON representation
Discord bot for the bittorrent protocol (downloading linux ISOs)
- Host: GitHub
- URL: https://github.com/rssnyder/mr-torrent
- Owner: rssnyder
- Created: 2020-12-08T22:45:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T23:11:48.000Z (over 5 years ago)
- Last Synced: 2025-01-28T12:39:50.261Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mr-torrent
Discord bot for the bittorrent protocol (downloading linux ISOs)
# Build
`docker build -t mrtorrent .`
# Run
```
export DISCORD_BOT_TOKEN=''
export DISCORD_BOT_PREFIX='!'
export STORAGE_URL=''
export STORAGE_KEY=''
export QBT_URL=''
export QBT_KEY=''
export QBT_PATH=''
# Optional
export DISCORD_ACTIVITY=''
```