tlemens / twitter-mass-follow

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

Add new followers to private list when following #18

Closed kylemanna closed 8 years ago

kylemanna commented 8 years ago

Hey,

Stumbled on your extension and think it works great! Even better that it's open source. Figured I'd share the only thing I think it's missing: the ability to add new followers to a private Twitter list to keep track of things.

Thoughts?

tlemens commented 8 years ago

Hi kylemanna,

thanks for the props!

So people who follow you back will automatically be added to that private list?

kylemanna commented 8 years ago

Was thinking that the accounts that the extension mass follows will be added to the list so I can remember when and how I followed a certain account. Perhaps under the follow settings there'd be an option to "Add to list ____ after following" and then the operation would be:

  1. Follow person
  2. Add person to list x
  3. Wait for predefined follow timeout
  4. Repeat.
tlemens commented 8 years ago

But what is the advantage of having this list? There is also a limit for users on a list. (5000)

kylemanna commented 8 years ago

The advantage is that it enable users to keep track of who was followed (also on what date) and potentially who followed back by reviewing the list.

The Follwr extension has a client side log of it's actions. I find it handy.

Thanks for considering!

benjaminspak commented 8 years ago

@kylemanna I feel like you might be able to accomplish you would like with an IFTTT or Zapier recipe. I have used them for lists in the past and they worked like a charm.

kylemanna commented 8 years ago

Thanks for the update, I'll dig in.