Python library and cli used to upload photo on Instagram. W/o a phone! You can upload a local file or use a link, it do all automagically.
There are a plenty of libraries written in Python dedicated to Instagram APIs (public or private, no matter).. but most of them have unsolved issues and PR not maintained for a time as long as 5-6 months.
At the same time lots of developers want a simple and effective way to post/upload an photo/image programmatically.
So I dedice to start this repo and OpenSource it w/ :heart:
[FUTURE] spoiler:
And if I want to upload a video?
Install
pip install instapy-cli
Use
instapy -u USR -p PSW -f FILE/LINK -t 'TEXT CAPTION'
Help
instapy --help
First, long story short: instapy-cli is a fork of pynstagram, with the aim of extend its functionality and fix all unresolved bug.
Anyone that want to collaborate, I'll promise to be a good Repo Manager and merge all yours Pull Request as soon as possible. I have some ideas to improve this but I need collaboration. Enter and support! 💡
Short answer:
Yes, you are right.
Long answer:
Every connection from a mobile phone could be intercepted. Someone has done the hard work to sniff the packets sended from phone to Instagram and "spread the news". You could do a quick research.
package | Source Link |
---|---|
requests | https://github.com/requests/requests |
MIT
To help instapy-cli
developers to build and maintain this project, go to docs/CONTRIBUTING.md
instruction soon
(Write it and collaborate! 😉)