Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instagram_tail-0.0.4.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

instagram_tail-0.0.4-py3-none-any.whl (25.5 kB view details)

Uploaded Python 3

File details

Details for the file instagram_tail-0.0.4.tar.gz.

File metadata

  • Download URL: instagram_tail-0.0.4.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.25.9 CPython/3.11.0 Windows/10

File hashes

Hashes for instagram_tail-0.0.4.tar.gz
Algorithm Hash digest
SHA256 562a0a9bb6554373bab7024b76d395c2dc3751c2e1ea52af143b8be9bbb416db
MD5 f5084bf32a599d8061bc8f3fd3cfb1f8
BLAKE2b-256 c9cb81f7e433e1e8fe54ffa669e7b73276ee520c32d8a20b478e4d0ec50b0459

See more details on using hashes here.

File details

Details for the file instagram_tail-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: instagram_tail-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 25.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.25.9 CPython/3.11.0 Windows/10

File hashes

Hashes for instagram_tail-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ffb348aa95bc38082b1f0152c41feb4f2bb9cc26af513429ab0d86329a4b7e88
MD5 7598956ea5463171deec1b6197df1008
BLAKE2b-256 3e592123472f6870847ecb8e31fe06ae68b66bd12c27b8361e1237d61e0582fb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page