Telegram Aria2 Bot for local ( Openwrt , Linux, Etc) " ARM64 "
943
Follow mystep 😀
mkdir /mnt/tele-aria2
touch /mnt/tele-aria2/config.json
nano /mnt/tele-aria2/config.json
=== add this script below ===
{
"aria2-server": "ws://localhost:6800/jsonrpc",
"aria2-key": "your rpc key",
"bot-key": "123456789:xyz",
"user-id": "123456",
"max-index": 10
}
=== end script ===
Edit this script and add your aria server and telegram bot id
CTRL + X, Y enter
Run command for CLI/TERMINAL :
docker run -d \
--name tele-aria2 \
--restart unless-stopped \
--log-opt max-size=1m \
--network host \
-v /mnt/tele-aria2:/tele-aria2 \
mkv28/tele-aria2-bot:latest
Content type
Image
Digest
sha256:9be6fc624…
Size
54.5 MB
Last updated
almost 4 years ago
docker pull mkv28/tele-aria2-bot