Skip to content

Transfer your twitter followings from one account to another.

License

Notifications You must be signed in to change notification settings

falcon-head/Twitter-Transfer

Repository files navigation

Twitter-Transfer

A python automation script that will help you transfer the following users from one account to the another.

made-with-python Python 3.6 Maintenance contributions welcome

Getting Started

  1. Clone this repo
git clone https://github.com/falcon-head/Twitter-Transfer.git
  1. Navigate to the following folder
C:\>
C:\> cd C:\[path]\twitter_transfer\twitter_transfer>
  1. Install all the depending libraries by running setup.py
C:\[path]\twitter_transfer\twitter_transfer>python setup.py
  1. Download ChromeDriver extract the .exe file and place it inside C:\[Python path]\Scripts

Usage

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"

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

GitHub license

MIT Copyright (c) 2020 Shrikrishna Joisa

About

Transfer your twitter followings from one account to another.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages