Skip to content

✨ Python library and CLI to upload photo on Instagram. W/o a phone!

License

Notifications You must be signed in to change notification settings

goody44/instapy-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instapy-cli

Build Status instapy-cli version MIT license

Github Infos

GitHub issues GitHub forks GitHub stars


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.

instagram-private-api


Introduction

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?

Usage

Install

pip install instapy-cli

Use

instapy -u USR -p PSW -f FILE/LINK -t 'TEXT CAPTION'

Help

instapy --help

Why instapy-cli?

First, long story short: instapy-cli is a fork of pynstagram, with the aim of extend its functionality and fix all unresolved bug.

Move this project to a better place ↪️

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! 💡

But, wait! Instagram don't let to upload a photo except from app ( of course :trollface: )

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.

Code Requirements

This packages will be installed automatically with instapy-cli

package Source Link
requests https://github.com/requests/requests

License

MIT

Contribute

To help instapy-cli developers to build and maintain this project, go to docs/CONTRIBUTING.md

instruction soon

(Write it and collaborate! 😉)

About

✨ Python library and CLI to upload photo on Instagram. W/o a phone!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Shell 2.7%