Skip to content

raushanraja/telegram-twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot interacting with Twitter

Created using nodejs

API Used

  • Twitter API
  • Telegram Bot API

Node Modules Used

Requirement

Software

  • nodejs

API key and secret Requirement

Functions can perform:

  • get own twitter timeline
  • get other user timeline using their username (without @ symbol)
  • send tweet
    • without pic: just send text after selecting options
    • with picture:
      • select picture and add text in the caption of picture and send

How to use:

  • clone or download repository
  • go into the directory
  • use npm install to install required module
  • set required API key, API secret, and bot token in app.js file
  • use node app.js to start the bot
  • go to telegram app and select your bot, send /twitter to get available commands

About

Telegram Bot interacting with Twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published