Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rajveer-0.7.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Rajveer-0.7-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file rajveer-0.7.tar.gz.

File metadata

  • Download URL: rajveer-0.7.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

Hashes for rajveer-0.7.tar.gz
Algorithm Hash digest
SHA256 6dac319f3f506d500bbaa1e0a6977c2c3ae45c766113d62e51cdd3c5a4a37acd
MD5 5db8667028a68cca889934818212baaa
BLAKE2b-256 c57c9b3b3c65ab5efa0041a54610eac540fb2c0d5771b23ed01132358f562391

See more details on using hashes here.

File details

Details for the file Rajveer-0.7-py3-none-any.whl.

File metadata

  • Download URL: Rajveer-0.7-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

Hashes for Rajveer-0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 d9a59fec40aff86153cccded6c7b8cd1e7ddd998e1a4b5e6976aabb7c258b1dd
MD5 018541845569c2a7e9522f1ce9996ab1
BLAKE2b-256 50f7633a57ad729427f135a763d6edb8835aa0330862fcc8c815a8f33def07b6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page