mirror of
https://github.com/0xGingi/firefox-release-discord.git
synced 2026-09-21 11:34:34 -04:00
No description
- JavaScript 83.3%
- Shell 11%
- Dockerfile 5.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| data | ||
| src | ||
| .gitignore | ||
| build-docker.sh | ||
| bun.lockb | ||
| docker.sh | ||
| Dockerfile | ||
| example.env | ||
| package.json | ||
| README.md | ||
🦊 Firefox Release Discord Bot
A Discord bot that monitors Firefox releases and notifies you when a new version is available. Built with Bun and Docker.
Quick Start
Using Docker (Recommended)
- In a New Directory, Create your .env file and the data/ directory
mkdir firefox-release-discord
touch .env
mkdir data
-
Edit
.envwith your Discord bot token and channel ID -
Run with Docker
docker run -d \
--name firefox-release-bot \
--restart unless-stopped \
--env-file /path/to/.env \
-v "/path/to/data:/app/data" \
0xgingi/firefox-release-discord:latest
Manual Setup
- Install dependencies
bun install
- Copy your example.env as .env
bun run setup
- Run the bot
bun start
Configuration
Edit your .env file with the following variables:
DISCORD_TOKEN=your_bot_token_here
CHANNEL_ID=your_channel_id_here
CHECK_INTERVAL=3600000
FIREFOX_RELEASES_URL=https://www.mozilla.org/en-US/firefox/releases/