Warning
This project is no longer maintained. The public instance has been retired and the code may be outdated.
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:
The public instance has been retired.
Old info (spoiler)
| Offline Frog |
|---|
- Discord tag:
Offline Frog#2640
You can add the bot to your server. 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
.envfile 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