Skip to content

christianmhunt/twitter-mass-follow

 
 

Repository files navigation

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:

About

A chrome extension for Twitter written in ES6

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.0%
  • HTML 21.5%
  • CSS 9.0%
  • Dockerfile 0.5%