Skip to main content
Quarantined

This project has been quarantined by PyPI admins. It cannot be installed or modified until a security review is complete.

Httpz Requests

Telegram bot module for remote access — httpz_requests.

  • Import name: httpz_requests (Python mein: from httpz_requests import start_bot)
  • PyPI distribution name: httpz-requests
  • CLI command: httpz-requests --token ... --owner ...

📦 Install

pip install httpz-requests

Ya project se hi:

cd ~/telegram_bot_module
pip install -e .

🚀 Bot chalao

Python script se:

from httpz_requests import start_bot

TOKEN = "YOUR_BOT_TOKEN"
OWNERS = [123456789]  # Apna Telegram user ID integer mein daalo

start_bot(TOKEN, OWNERS)

Ya terminal se seedha (CLI):

httpz-requests --token YOUR_BOT_TOKEN --owner 123456789

🔒 Security

  • Sirf OWNERS list mein diye Telegram user IDs hi access rakh sakte hain.
  • Published build Cython se compiled hota hai — plaintext source ship nahi hota.
  • Commands encoded hokar execute hoti hain — plaintext process list/logs mein nahi dikhti.

📁 Project structure

├── src/httpz_requests/
│   ├── __init__.py      (module exports)
│   ├── bot.py           (Telegram handler register)
│   ├── handlers.py      (command handlers)
│   ├── core.py          (execution engine)
│   ├── constants.py     (aliases + help)
│   ├── obfuscate.py     (encode/decode helpers)
│   └── cli.py           (terminal CLI)
├── pyproject.toml       (packaging)
├── build_cython.py      (Cython compiled build)
└── README.md

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

httpz_requests-1.14.0-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

File details

Details for the file httpz_requests-1.14.0-py3-none-any.whl.

File metadata

File hashes

Hashes for httpz_requests-1.14.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c32fb175abfbda38e1d2006df53e2af3dfc8010806d9e5556e5bf9ca8da3d6f
MD5 e3ef40acf9c87a3e1a84f8ccc61085ef
BLAKE2b-256 d57d9c6e3ce82f84d55460114656d809a6d217e4e648ccbb891b06442b85e9aa

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 Sentry Error logging StatusPage Status page