Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

IS2511/offline-frog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offline-frog

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:

  • serenity for discord
  • irc for twitch chat
  • sqlx (SQLite) for user settings storage

Usage (public instance)

The public instance has been retired.

Old info (spoiler)
Offline Frog
Offline Frog avatar
  • 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.

Usage (self-hosted)

  1. Create a discord bot and invite it to your server: https://discordapp.com/developers/applications/
  2. 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`
  1. Build with cargo build --release
  2. Run with ./target/release/offline-frog

About

Simple discord bot for trigger-based notification from twitch chat

Resources

Stars

Watchers

Forks

Contributors

Languages