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-2.0.0.tar.gz
(9.3 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-2.0.0-py3-none-any.whl
(9.1 kB
view details)
File details
Details for the file igkrx-2.0.0.tar.gz.
File metadata
- Download URL: igkrx-2.0.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54cbd0b3049ce9fb2c9e7d7da25742b49d009753a41c9e5706d699aa7627f897
|
|
| MD5 |
683c0e823faa9aa8752531e84f61a46e
|
|
| BLAKE2b-256 |
4ff50f9419fae046b529370a22842bb1e4acd3c7c2de070e8945c9ad07e373be
|
File details
Details for the file igkrx-2.0.0-py3-none-any.whl.
File metadata
- Download URL: igkrx-2.0.0-py3-none-any.whl
- Upload date:
- Size: 9.1 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 |
7e8d39a84a292c167519e3d483a831f9148e3881920cd9548a68455622970208
|
|
| MD5 |
2a5cbe8daf58896f13120b4af7aa046d
|
|
| BLAKE2b-256 |
f81339038f339969a8ac0de005cfe1e2ce6ed804b3357a62f1a7f33b834baf66
|