Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 296 Bytes

Hot deals from gg.deals scrapper with discord bot

Docker image:

BOT_TOKEN=your-bot-token CHANNEL_ID=your-channel-id docker run -d --name=hot-deals-discord-bot amvid/hot-deals-discord-bot
cp .env.dist .env     # and put your bot token and channel id
docker-compose up