Skip to content

A twitter bot that retweets posts with hashtag 100daysofcode

Notifications You must be signed in to change notification settings

varunkumarnr/Twitterbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter bot

Retweets the latest tweet using the "#100daysofcode" hashtag. It attempts to retweet once per five minutes. You can always change the # to fit your needs.

How to make your own?

  1. fork this repository

  2. download the repository

  3. go to terminal

    npm i

connect to twitter

create an .env file

CONSUMER_KEY=XXXXXXXXXXXXxx CONSUMER_SECRET=XXXXXXXXXXXXXXXXXX ACCESS_TOKEN=XXXXXXXXXXXXXXXXXXX ACCESS_TOKEN_SECRET=XXXXXXXXXXXXXXx

Run the app

node bot.js

About

A twitter bot that retweets posts with hashtag 100daysofcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published