A lightweight Python package providing handy Instagram utilities including search profile by user id,sending reset on accs by Ankush
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
- 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:
- Web API →
igresetv1 - 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)
-- 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
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 igbyte-0.1.6.tar.gz.
File metadata
- Download URL: igbyte-0.1.6.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58918d183badfbbe4b5c29a769b3555b72110eea57f992fcab73cf5cbcd0825c
|
|
| MD5 |
5c4fe8340efc416d8daed6c1756f5e68
|
|
| BLAKE2b-256 |
dc66e7ecabc5e7ac9ebff6456f749a227d2d6449a8a2da8c6527cec8023b7ef9
|
File details
Details for the file igbyte-0.1.6-py3-none-any.whl.
File metadata
- Download URL: igbyte-0.1.6-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94e3dc7d0ecb86d5dcb5749d38ba03169e5d9c601d7f8add537dd621032c8004
|
|
| MD5 |
e8f1261b6fb3e753889046ef701a124b
|
|
| BLAKE2b-256 |
c5ba6bb91854339fc14258d10eb51e1a569b3fe525ed721d83653cff32969580
|