/twitter-mass-follow

A chrome extension for Twitter written in ES6

Primary LanguageJavaScript

Mass follow for Twitter

A feature-rich Chrome extension to mass follow and unfollow on Twitter.

Twitter Mass Follow

Powered by ES6

Development

Install npm packages:

npm i --save-dev

Build the extension:

gulp

You can now load the extension.

For testing purposes you can comment out the click in Profile#clickBtn, so it won't actually follow/unfollow:

 clickBtn() {
    //this.btn.click()
  }

There is also a production build task to minimize the files and remove the logs:

gulp production

Further reading: