ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.99k stars 618 forks source link

Publish on pypi? #156

Open tonycpsu opened 5 years ago

tonycpsu commented 5 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Which client are you using?


Describe your Question/Issue:

As requested in #46 , can you publish this package on pypi for easy installation and maintenance?

Paste the output of python -V here:

Code:

not applicable

Error/Debug Log:

not applicable

b3nab commented 5 years ago

I'm going to release this package and its extensions to PyPi.

I think that this problem need to be addressed as soon as possible to let developers release packages with auto-installation of dependencies like instagram_private_api and instagram_private_api_extensions. It's needed because from the latest version of pip (>18.0) it doesn't install external dependencies from external PyPi source.

I can add @ping also as owner and mantainer of the package on PyPi and I will make a PR to include some scripts to easily build and release on PyPi. 🥂

fabiocaccamo commented 3 years ago

Any update about this?