No description
| .gitignore | ||
| common.py | ||
| discord-watcher.service | ||
| LICENSE | ||
| login.py | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
discord-watcher
Bot that watches a Discord voice channel and notifies a Telegram group when someone joins/leaves
Prerequisites
pacman -S libolmpip -r requirements.txt
Configuring
- Run
login.pyonce to generate credentials file - Add
"discord_token": "YOUR_TOKEN_HERE"tocredentials.json - Invite the bot account to the room (you have to accept the invite manually)
- Set room ID in
common.py
Running
main.py-- run botdiscord-watcher.serviceis a systemd unit that startsmain.py