Upload images to instagram using Python
问题 I'm trying to do a simple Instagram python bot in order to upload images in my Instagram profile. I've already tried the most common libraries (InstagramAPI, instapy, insta-cly). While I was searching I found out that Instagram has changed something making those libraries useless. Is there any library I can use? I know thatI can use Selenium in order to make it go but I'm wondering if there is any shortcut. Trank you! 回答1: try this library: instabot https://pypi.org/project/instabot/ example