Automate follow & unfollow users on twitter with this unofficial Twitter Api

--

Here we will see how we can follow and unfollow the users on twitter without writing any selenium code. Instead we will use bot-studio. Following are the steps to go through:-

  1. Install bot-studio
pip install datakund

2. Import bot-studio

3. Login to twitter through credentials. You can see here to follow with cookies.

4. Follow a user

5. Unfollow a user

--

--