Skip to main content

A lightweight Python package providing handy Instagram utilities including search profile by user id,sending reset on acc,downloading reels

Project description

igbyte 🚀

igbyte is a lightweight Python package that provides practical Instagram utilities, including:

  • Fetching public Instagram user information via user ID / username
  • Extracting reel metadata (caption, hashtags, video link)
  • Resetting Instagram accounts using Web or Android APIs
  • Downloading Instagram reels effortlessly
  • initiate Instagram webSignup request

📦 Installation

Install using pip:

pip install igbyte

🛠 Features & Usage

1️⃣ Fetch Instagram Profile Info

from igbyte import iguid_info

# Replace with a real user ID
user_info = iguid_info("3954561043")
print(user_info)

2️⃣ Reset Instagram Account

Available Reset Methods:

  1. Web API → igresetv1
  2. Android API → igresetv2
from igbyte import igresetv1, igresetv2

# Web API reset
reset_web = igresetv1("ankucode")
print(reset_web)

# Android API reset
reset_android = igresetv2("ankucode")
print(reset_android)

-- Fetch Instagram Profile Info by Username

from igbyte import infoig

# Replace with a real username
username_info = infoig("ankucode")
print(username_info)

3️⃣ Download Instagram Reels

from igbyte import download_reel

reel_data = download_reel("https://www.instagram.com/reel/")
print(reel_data)

-- Generate Instagram Cookies

from igbyte import gen_igcookie

print(gen_igcookie)

--Initiate web Signup Request

from igbyte import initiate_signup

response = initiate_signup(
    username="your_username",
    email="your_email@example.com"
)

print(response)

📧 Contact & Author

Author: AnkuCode

Email: ankucode@gmail.com

Telegram: @ankucode

GITHUB: @ankuucode

Get Module Update: @IGByte

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

igbyte-0.1.4.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

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

igbyte-0.1.4-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file igbyte-0.1.4.tar.gz.

File metadata

  • Download URL: igbyte-0.1.4.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.4

File hashes

Hashes for igbyte-0.1.4.tar.gz
Algorithm Hash digest
SHA256 2451ec5fb504bfb31709be04f63213aff17846ddd659904c110da86515fa901e
MD5 f586d1bfbcc885796bac971c28ea89d0
BLAKE2b-256 042c8dd6b02bb45b99d71581015560b3eaea1f00b4d9b92a54e1813f23a26b1a

See more details on using hashes here.

File details

Details for the file igbyte-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: igbyte-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.4

File hashes

Hashes for igbyte-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3b52b5e777bd3ecd97389131ce1419cf0398641dd1168b335f3b8c936e3d9244
MD5 6209aeb6ac360eb14f6205b0ab9ea33d
BLAKE2b-256 f8b6fbe832414740abb9f2180b788428821ad0bf9e9fd104cc49a1f3370a1bce

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