POST A PICTURE USING A BOT IN PYTHON

How to post a picture on Instagram automatically using bot in python? STEP 1: Install ‘Instabot’ package using the below command. pip install instabot STEP 2: Import class ‘Bot’ from ‘Instabot’ package. Command: from instabot import Bot STEP 3: Create a variable let’s say ‘bot’ and store the class ‘Bot’ in it. Command: bot=Bot() STEP … Continue reading POST A PICTURE USING A BOT IN PYTHON

Design a site like this with WordPress.com
Get started