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.13.0-py3-none-any.whl (1.8 MB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for httpz_requests-1.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3daa62b23487a2dd534f3db37af50fc541ccfad922ed8cef74b1279b791263e6
MD5 3a6361bdec816d711ac1b0e56ebad4d0
BLAKE2b-256 a811cd74800ee56f774b545167327bc47fdfeefc6f487f7e421a85b4b80f1d65

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