Advanced Instagram Toolkit by Krsxh
Project description
igkrx 🚀
igkrx is a lightweight Python package that provides powerful Instagram tools by Krsxh, including:
- Fetching public Instagram profile information
- Extracting reel metadata (caption, hashtags, video link)
- Resetting Instagram accounts via Web & Android APIs
- Generating fresh Instagram session cookies
- Getting hashtag info, searching users, checking username availability
📦 Installation
Install using pip:
pip install igkrx
🛠 Features & Usage
1️⃣ Fetch Instagram Profile Info (via username)
from igkrx import infoig
info = infoig("instagram")
print(info)
2️⃣ Reset Instagram Account
Available Reset Methods:
- Web API →
igresetv1 - Android API →
igresetv2
from igkrx import igresetv1, igresetv2
# Web API reset
reset_web = igresetv1("username_or_email")
print(reset_web)
# Android API reset
reset_android = igresetv2("username_or_email")
print(reset_android)
3️⃣ Fetch Instagram User Info by User ID
from igkrx import iguid_info
info = iguid_info("3954561043")
print(info)
4️⃣ Download Instagram Reels
from igkrx import download_reel
data = download_reel("https://www.instagram.com/reel/XXXXXXXX/")
print(data)
5️⃣ Generate Instagram Cookies
from igkrx import gen_igcookie
cookies = gen_igcookie()
print(cookies)
6️⃣ Search Instagram Users
from igkrx import search_instagram_users
result = search_instagram_users("cristiano")
print(result)
7️⃣ Get Hashtag Info
from igkrx import get_instagram_hashtag_info
tag = get_instagram_hashtag_info("travel")
print(tag)
8️⃣ Check Username Availability
from igkrx import check_username_availability
print(check_username_availability("krsxh"))
📧 Contact & Author
Author: Krsxh
YouTube: https://www.youtube.com/TechByKrsxh
Telegram: https://t.me/KrsxhNvrDie
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
igkrx-1.2.tar.gz
(8.6 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
igkrx-1.2-py3-none-any.whl
(8.4 kB
view details)
File details
Details for the file igkrx-1.2.tar.gz.
File metadata
- Download URL: igkrx-1.2.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1437b369d13b6852c93d7bbf1dba97293dc9fcfa90f38c91852819d204962c48
|
|
| MD5 |
3cdf561393bfd6c52379f5ac4e130282
|
|
| BLAKE2b-256 |
df5dedead8a045e4316a7a9e775831d1a22f646f570a6ce357a36cc309200077
|
File details
Details for the file igkrx-1.2-py3-none-any.whl.
File metadata
- Download URL: igkrx-1.2-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd4b980271d95f0bc0b9c09e609a400bfd421d91e3e7bf6cecd493292d267a9b
|
|
| MD5 |
b8b9c34c0fc74f60dce70b8d04bc28b8
|
|
| BLAKE2b-256 |
a39a11354353b7cb91c01bb786fe0780b111b55890c145871c52e87c6c0be7df
|