https://github.com/hmeleiro/twitter_bulk_follow
This R script creates a function that lets you do a massive and automatize follow and unfollow. Edit Add topics
https://github.com/hmeleiro/twitter_bulk_follow
Last synced: 3 months ago
JSON representation
This R script creates a function that lets you do a massive and automatize follow and unfollow. Edit Add topics
- Host: GitHub
- URL: https://github.com/hmeleiro/twitter_bulk_follow
- Owner: hmeleiro
- Created: 2017-11-17T12:29:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T12:29:43.000Z (over 7 years ago)
- Last Synced: 2025-01-02T19:21:28.791Z (5 months ago)
- Language: R
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter bulk follow and unfollow
This R script creates a function that lets you do a massive and automatize follow and unfollow.# Instructions
The bulk_follow function takes two arguments:bulk_follow(x, y)
x = the Twitter user from which it will extract a list of twitter users to follow.
y = the number of Twitter users you want to follow.The script generates two other scripts, one to bulk follow and another one to bulk unfollow the same users. Keep in mind that between each follow the script waits 20 seconds so Twitter wont recognize the automatization. That means that if you want to follow 1.000 users the scripts needs 5,5 hours to run completely.
# Requirementes
This scripts requires the Rtweet package to be installed: http://rtweet.info/It also needs to have configured rtweet with the account with which you want to do the bulk following.