tlemens / twitter-mass-follow

A chrome extension for Twitter written in ES6
57 stars 21 forks source link

Add people to list/on follow #29

Closed QwertyZW closed 7 years ago

QwertyZW commented 7 years ago

In twitter you can create private and public lists.

I extended this package to add people to lists on follow. The problem was twitter kept locking the account out due to automated behavior

I did it by automating the required clicks to add a username to the list, with timeouts between the clicks as needed.

I can look into sharing the code if you'd like to take a look at it.

tlemens commented 7 years ago

While developing you can uncomment the clickBtn in profile.js. So it won't actually follow, but act like.

Unfortunately you can only add up to 5000 members to a list.