Twitter tweet automatically easily with this python library

--

In this story we will post text on twitter as well as an image on twitter. We will use bot-studio. Following are the steps to move on:-

  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. Post status by passing your post text in tweet

5. Post an image to twitter

--

--