Offline-frog is a simple discord bot for trigger-based notification from twitch chat. The bot operates entirely in DMs, no privileged intents required.
Main components:
Offline Frog |
---|
- Discord tag:
Offline Frog#2640
- Server: https://discord.gg/BxqXEuVkvz
If you don't want to join my server you can add the bot to yours. The bot will have no permissions and will not be able to do anything on your server. It's there so users of your server can DM it.
After you have a way to DM the bot, send !help
to get started.
- Create a discord bot and invite it to your server: https://discordapp.com/developers/applications/
- Create a
.env
file and fill it with the following mandatory variables:
DISCORD_TOKEN=your_discord_token
DATABASE_URL=your_url_here # example: `sqlite:local.sqlite?mode=rwc`
- Build with
cargo build --release
- Run with
./target/release/offline-frog