No description
- Rust 98.9%
- Nix 1.1%
DungeonBot
Telegram Bot for D&D 5e players. You can test it here.
Implemented features:
- Roll a die
- Search for spell reference
- Search for monster reference
- Search for items reference
Before launch
The only thing needed to get the bot running is to set ROLL_BOT_TOKEN environment variable. You can obtain this token from the BotFather
Running through Tor Network
Since Telegram might be blocked in some countries, it makes sense to use Tor Network to get messages.
- Install
torpackage from your linux distribution's repository. - Add line
HTTPTunnelPort 9080somewhere in/etc/tor/torrcconfig file - Start
torservice:systemctl start torYou now have two ports open:9050as SOCKS5 proxy and9080as HTTP. Unfortunately, we don't support SOCKS5 proxy at the moment. - Set
roll_bot_http_proxyenvironment variable:export roll_bot_http_proxy=http://localhost:9080orset -x roll_bot_http_proxy http://localhost:9080if you're using fish shell.
Data Source Concerns/Issues?
This project's data is pulled from a 3rd party source, and typos or questions are best presented there.