Skip to content

rohitsasi720/Tweetcord

Repository files navigation

Tweetcord draft_prev_ui (1)

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>


1st
Image of the tweet link fetched shown inside the terminal


2nd
Fetched tweet embedded inside the discord channel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published