A script that scrapes the content of is there any deal and logs the result into a discord channel.
First, you need to follow the instructions of setting up a bot token and add it to your server.
- clone this repo and run
npm i
. - Your token to a .env file
BOT_TOKEN=YOUR_TOKEN
. - Add your channel id
CHANNEL_ID=CHNNEL_ID
.