TraderJoe Discord Bot Lisiting
Start by fork
⑂ the github repo.
Go to Settings
> Secrets
and click on New Repository secret
All secrets variables are on .env.example, copy them into Secrets
- Click on discord channel settings > Integrations > Webhooks and create a new one
To save the last processed block, we use aleph.
You are free to change the code and use the method you think is best.
git clone https://github.com/leirbag95/traderjoe-listing-discordbot.git
npm install
Duplicate and rename .env.example
to .env
cp .env.example .env
then put your own env. variables
For running it once
node app.js
For calling it every seconds set your own crontab.