A Python API Module That Helps Python Dev
Project description
Rajveer
Rajveer is a Python package for checking Hotmail and Gmail emails, retrieving Instagram user information, and more.
Installation
Install Rajveer using pip:
pip install Rajveer
Usage
Instagram Username genrator
from Rajveer import Insta
Username=Insta.Usergen(2013)
print(Username)
Instagram User Information
Retrieve information about an Instagram user:
from Rajveer import Insta
username = "cristiano"
info = Insta.Info(username) or {}
print("Name:", info.get("Name", "None"))
print("Username:", info.get("Username", "None"))
print("Followers:", info.get("Followers", "None"))
print("Following:", info.get("Following", "None"))
print("Date:", info.get("Date", "None"))
print("ID:", info.get("Id", "None"))
print("Posts:", info.get("Post", "None"))
print("Bio:", info.get("Bio", "None"))
print("Verified:", info.get("Verified", "None"))
print("Private:", info.get("Private", "None"))
Instagram Email Recovery
Recover the email associated with an Instagram username:
from Rajveer import Insta
username = "cristiano"
rest = Insta.Rest(username)
print(rest) # Example output: c*******o@gmail.com
Additional Information
For more info or support, contact @CODEROGE on Telegram.
View All Module Functions
import Rajveer
print(dir(Rajveer))
License
This project is licensed under the MIT License.
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
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 rajveer-0.6.tar.gz.
File metadata
- Download URL: rajveer-0.6.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1732129953c9ae0a7940bbb06ffd0568e6bfe228f8be85f1b807ce6328d7e68
|
|
| MD5 |
bb32b175a45fba420b9037a5fc784cff
|
|
| BLAKE2b-256 |
2364ba4191ad27b46d7db309990e474aa02f687cb2273ab4b4d43d68e51a2773
|
File details
Details for the file Rajveer-0.6-py3-none-any.whl.
File metadata
- Download URL: Rajveer-0.6-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3edefd470adbb89b051de7957a329ed38e5d20c36eeb267f84bb3c92049bf96b
|
|
| MD5 |
42dffc23b27310f4b307df25218a77c9
|
|
| BLAKE2b-256 |
3f68882b1b9b65d9da368ab9e3884497456d2446faa03136c8a3b8e7b275a294
|