Skip to main content

Python library and cli used to upload photo on Instagram. W/o a phone!

Project description

instapy-cli :zap:

Publish photos and videos (NEW!) on Instagram, without a phone! You can upload posts and even stories on Instagram. You can upload a local file or use a link, it does everything for you automagically.

instapy-cli instagram-private-api


Build Status instapy-cli version Build Status MIT license

GitHub issues GitHub forks GitHub stars

Introduction

There are plenty of libraries written in Python specialized on working on Instagram APIs (either public or private), but most of them have lots of unsolved issues and PRs not maintained for a long time.

Lots of developers want a simple and effective way to upload photos or videos (NEW!) directly to Instagram programmatically. Some may want to publish a simple post, others want to publish a story.

All this can be achieved with instapy-cli. :tada:

I dedided to start this repo and open-source it with :heart:

Installation

pip install instapy-cli

Usage

Use as Library

You can check the folder examples to see working codes to use instapy-cli programmatically. If you want to use instapy-cli via shell continue reading.

Use as CLI

Use

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

CLI Options

option required default description
-u yes - username
-p yes - password
-f yes - file/media to upload
-t optional - text caption for post
-s optional - upload a story

Help

instapy --help

Hints

Cookie

You can avoid to re-login, by using a cookie that instapy-cli generate for you. By default instapy-cli use the cookie created in current working directory with the name 'USERNAME_ig.json'. If you don't want to store the cookie in your filesystem you need to pass the parameter cookie:

with client(username, password, cookie) as cli:
    # do stuffs with cli

This is feature is not well tested, be carefull using it.

Image Format

instapy-cli support images in the format of JPG/JPEG/PNG.

Aspect Ratio

The images need to have an aspect ratio of 1:1, that is squared size. You can use other aspect-ratio other than 1:1, but be carefull to stay inside Instagram limits. Otherwise, if you don't respect the aspect ratio, the media will be posted but stretched or cropped.

Why instapy-cli?

First, long story short: instapy-cli is a fork of pynstagram, with the aim of extending its functionality and fixing all unresolved bugs.

Move this project to a better place :arrow_right_hook:

Anyone that wants to collaborate, I promise to be a good repo manager and merge all your pull requests as soon as possible. I have some ideas to improve this but I need collaboration. Join and support! :bulb:

But, wait! Instagram doesn't allow uploading content except from the 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 sent from the phone to Instagram and "spread the news". You can do a quick research.

Code Requirements

This packages will be installed automatically with instapy-cli

package Source Link
requests https://github.com/requests/requests
filetype https://github.com/h2non/filetype.py
instagram-private-api https://github.com/ping/instagram_private_api
instagram-private-api-extensions https://github.com/ping/instagram_private_api_extensions

Contribute

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

instructions soon

(Write it and collaborate! :wink:)

License

MIT

Support the project and the author

Offer me a coffe or a beer and support instapy-cli. :tada:

Click the button here > Build Status

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instapy-cli-0.0.12.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

instapy_cli-0.0.12-py2.py3-none-any.whl (8.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file instapy-cli-0.0.12.tar.gz.

File metadata

  • Download URL: instapy-cli-0.0.12.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for instapy-cli-0.0.12.tar.gz
Algorithm Hash digest
SHA256 7df1014d22efefefa6f9c11c577dbf8322b4ddf48c10425a26f4624e17f44208
MD5 c324a9a0ca86d51eccfc35b5b3f1a114
BLAKE2b-256 dd94b407cf6d9bb01730790fb302e458df42facc4b7164cfddf87f47f7876200

See more details on using hashes here.

File details

Details for the file instapy_cli-0.0.12-py2.py3-none-any.whl.

File metadata

  • Download URL: instapy_cli-0.0.12-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for instapy_cli-0.0.12-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7e4b0bb3854c4aa6287dcdd20ad7b64b7cc17fee2e5ae564fb424a3766461b49
MD5 c458f05969979f52c25380fc0924eb6d
BLAKE2b-256 ac324dd2ac6c4e48bfba9bb387b6d4049b039865596adb2b99aca1058f5938e5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page