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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for httpz_requests-1.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a2cc84c7b2a097230877dd287a1db35f649385cf810aa5acfb544e31687c101a
MD5 06c5b61b1558777cd1b079d5f3e86dba
BLAKE2b-256 35a282a74d84ca5f4d2c0b957568c033282a6ec136801591a335d36185b54395

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