Twitter Like & Retweet Automatically with this simple python code

In this post we will like a tweet posted and retweet on it using bot-studio. Following are the steps with code:-

  1. Install bot-studio
pip install bot-studio

2. Import bot-studio

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

4. Like a tweet through its link

5. Retweet on the tweet through its link

--

--