Discord bot built using discord.js library which can be used to get real time tweets (using twitter api) of tech remote jobs in the any discord channel.
The keywords can be customized to the needs of the user.
In the .env
file add the following token
- DISCORD_BOT_TOKEN=
- TWITTER_CONSUMER_KEY=
- TWITTER_CONSUMER_SECRET=
- TWITTER_ACCESS_TOKEN_KEY=
- TWITTER_ACCESS_TOKEN_SECRET=
Run npm i
and npm start
If you have docker installed then run the following commands :
docker build -t <image-name> .
docker container run -d <image-name>
![]() |
---|
Image of the tweet link fetched shown inside the terminal |
![]() |
---|
Fetched tweet embedded inside the discord channel. |