Instagram data collection library
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
instagram_tail
instagram_tail - Python parsing libraries is a tool that supports asynchronous and instagram content for user selection
Synchronous code example
from instagram_tail import InstagramApi
client = InstagramApi().get_client()
data = client().reel("C_Bq1wpvsON")
from instagram_tail import InstagramApi
Asynchronous code example
import asyncio
from instagram_tail import InstagramApi
client = InstagramApi().get_client_async()
async def test():
data = await client().reel("C_Bq1wpvsON")
print(data)
asyncio.run(test())
Add proxy
proxy = "http://login:password@ip:port"
import asyncio
from instagram_tail import InstagramApi
client = InstagramApi().get_client_async()
async def test():
data = await client(proxy=proxy).reel("C_Bq1wpvsON")
print(data)
asyncio.run(test())
with gratitude for the inspiration bitt_moe
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 instagram_tail-0.1.0.tar.gz.
File metadata
- Download URL: instagram_tail-0.1.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.23.1 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00f6d06ef8287a756fd8ced866a0346c68c4e7d780103dc78c5384d425092ca0
|
|
| MD5 |
483ed39adcf615f6b2911b4cfa07c2a8
|
|
| BLAKE2b-256 |
0bb57243e5ead913f459b9f4634461fb18bea8451806720ef34f1aa55faa6f90
|
File details
Details for the file instagram_tail-0.1.0-py3-none-any.whl.
File metadata
- Download URL: instagram_tail-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.23.1 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef210d79b8da9b362724e9ac3c1b82433a0d0f4c3df5c1639b1475ab3074e952
|
|
| MD5 |
5fc83cb28baf8e38f4ac9073d2f28339
|
|
| BLAKE2b-256 |
723e098203855ed3042e2348c6bb91f9991e42c15d8fdcddd965dd1a185bfa0a
|