A python automation script that will help you transfer the following users from one account to the another.
- Clone this repo
git clone https://github.com/falcon-head/Twitter-Transfer.git
- Navigate to the following folder
C:\>
C:\> cd C:\[path]\twitter_transfer\twitter_transfer>
- Install all the depending libraries by running
setup.py
C:\[path]\twitter_transfer\twitter_transfer>python setup.py
- Download ChromeDriver extract the .exe file and place it inside
C:\[Python path]\Scripts
Run get_follower_list.py
to get your 'Following' users
C:\[path]\twitter_transfer\twitter_transfer>scrapy crawl get_follower_list -a email="twitter_email" -a password="twitter_pass" -o output.csv
After getting the ouput in csv
file run follow.py
to follow the users in the users list
C:\[path]\twitter_transfer\twitter_transfer>scrapy crawl follow -a email="twitter_email" -a password="twitter_pass" -a csv="output.csv"
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT Copyright (c) 2020 Shrikrishna Joisa