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.2.tar.gz
(14.5 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.2-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file igkrx-1.2.2.tar.gz.
File metadata
- Download URL: igkrx-1.2.2.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
896cfb3e0240c6343dce7054a3d8881cb43184ab0a638cce61141068e1707265
|
|
| MD5 |
6e20a9b4abd3b5fbd0b90192a3e30309
|
|
| BLAKE2b-256 |
9112b4dbb1ee30c0420631bfda4b0d7c9afebcd7346f232a873b622e992d82b7
|
File details
Details for the file igkrx-1.2.2-py3-none-any.whl.
File metadata
- Download URL: igkrx-1.2.2-py3-none-any.whl
- Upload date:
- Size: 14.2 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 |
618807dd342600e73d1afaec930fafc829c3b7c4c338ebedf20384e5287f504f
|
|
| MD5 |
7e5dc1e74ee8f1f925728f465d0ee974
|
|
| BLAKE2b-256 |
e72af5c2c927ce2fc0dd07ca7a787f24499f3ebb5454abf52c2da3134c83b704
|