/birdshot

Shot a stone to hazardous 'birds' on Twitter

Primary LanguageJavaScript

birdShot

Working demonstration with animated GIF

Shot a stone(or tons of stones) to hazardous 'birds' on Twitter, with simple command line. Don't waste your time and energy on social network trolls.

Build

After git clone,

$ npm install # installs dependencies
$ cp runconfig.json.example runconfig.json
$ whatever_your_favorite_editor_here runconfig.json

To get all required tokens, please take a look on How to Register a Twitter App in 8 Easy Steps

Usage

  • Blocks followings(aka friends) of Someone_Here
$ node build/bird.js -c runconfig.json -u Someone_Here -f
  • Blocks followers of Someone_Here
$ node build/bird.js -c runconfig.json -u Someone_Here -F
  • Using multiplier(-x N) makes blocking faster than past
$ node build/bird.js -c runconfig.json -u Someone_Here -x 16 -F
  • Resuming from where you stopped due to API limit (-c or --cursor option)
$ node build/bird.js -c runconfig.json -u Someone_Here -x 16 -F -c 238382193232990

'SafeList' Feature

birdShot has 'SafeList' feature. Your followings(friends) will be saved from the catastrophe.

Caveats

  1. This tool does not block target user.
  2. USE IT AT YOUR OWN RISK, though i've used this tool a lot.

Contribution

Typing with Flow is strongly recommended. You may open new PR to improve this program.

Last words

If this tool is helpful to you, it means you've spent a lot of precious time with Twiter. Please do something valuable instead. That's it.