Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 407 Bytes

File metadata and controls

16 lines (10 loc) · 407 Bytes

favbot

Automatically favorite tweets that contain certain keywords

Start off by installing all the dependencies:

npm install

Then add your twitter credentials to settings.js and modify the keywords you'd like to track. The "delay" variable defines how many seconds to wait before favoriting a tweet after it was created.

After modifying settings.js, start the script by running

node favbot