Skip to content

Automatically like and/or retweet desired twitter #HASHTAGS

Notifications You must be signed in to change notification settings

slkzgm/twitter-like-and-retweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-like-and-retweet

Automatically like and/or retweet desired twitter #HASHTAGS and/or Users.

how to run

1: Clone the repo and make sure to have Node installed

2: Move to the repo directory: cd twitter-like-and-retweet

3: Install dependencies: npm install

4: Create your .env file: vim .env:

TWITTER_APPKEY: "YOUR_KEY"
TWITTER_APPSECRET: "YOUR_SECRET"
TWITTER_ACCESSTOKEN: "ACCESS_TOKEN"
TWITTER_ACCESSSECRET: "ACCESS_SECRET"
TWITTER_BEARER: "YOUR_BEARER"

5: Edit the config.json file with your parameters:

{
  "HASHTAGS": ["hashtag1", "hashtag2", "hashtag3"],
  "RETWEET": true
  "LIKE": false
}

set to true to enable auto like - retweet

6: run the bot: node . or node index.js

F.A.Q

If you can listen to events but have errors msg when liking and/or retweeting, make sure that your app is registered with read AND write permissions! image

About

Automatically like and/or retweet desired twitter #HASHTAGS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published