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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aioinsta-1.7.tar.gz.
File metadata
- Download URL: aioinsta-1.7.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9069a82f79941323dba8c2866384e6ee6163bb311b031705208ee4700bbc29a2
|
|
| MD5 |
f062a23ee52b7fd964e09022415fff98
|
|
| BLAKE2b-256 |
298ed4d3ccf2d553538eb97fa21963de0d9b94fd0e7f422edb882827729d6496
|
File details
Details for the file aioinsta-1.7-py2.py3-none-any.whl.
File metadata
- Download URL: aioinsta-1.7-py2.py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29d1fbb96921dca0bec104050e75c8e661247c9e3741ee915f9226ee08ad8151
|
|
| MD5 |
eca727dc4757545b8610a2eef76b1403
|
|
| BLAKE2b-256 |
0c9067f5d5c10515f6023d834fbd904ae814348b3d9d14b5c3ae250977259065
|