Skip to main content

Tool for parse instagram data

Project description

aioINSTA

Still in development

Asynchronous wrapper of instagram PRIVATE API

import asyncio
from aioinsta import Client

settings = {"your_settings": "xxxx"}
client = Client()

async def main():
    await client.login("username", "password")
    data = await client.media_info(
        client.media_pk_from_url("https://www.instagram.com/p/CrfF1nhslH4")
    )
    print(data)
    
asyncio.run(main())

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

aioinsta-1.7.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

aioinsta-1.7-py2.py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 2 Python 3

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