Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 977 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 977 Bytes

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: