-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto follower [Follow for Follow] #6
Comments
I will work on this! |
@kousiksatish Yes, please go ahead! |
@vinitshahdeo Is it possible to do this using basic Twitter API. I am reading that twitter officially doesn't allow automated following / bulk following. |
Just noticed this https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/post-friendships-create . Will trying using this. |
@vinitshahdeo Should we
|
I have implemented a basic function for the second approach. This function will check followers and people who we are following and follow back someone whom we are not following already. There are few tasks left to implement in this function
|
Add a feature to automatically follow any users that follow @Quotter
Note - Make only required changes and ensure that the existing functionality of code shouldn't break.
The text was updated successfully, but these errors were encountered: