ping / instagram_private_api

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

Implementation for Iphone app #268

Open MariaJsn opened 4 years ago

MariaJsn commented 4 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Which client are you using?


Describe your Question/Issue:

I want to create an application to show user follower, following lists and photos. Can I user this library with Swift code to developer for ios devices? If yes how can I implement it?

Thanks, Maria

NoahGaeta commented 4 years ago

@MariaJsn https://github.com/AnderGoig/SwiftInstagram https://github.com/AnderGoig/SwiftInstagram/wiki/Data-Retrieval This a good library for your needs and it is already native. It would take a bit of work to get the python instagram api to mesh with native code.