Lightweight Rubika Bot library (Bot Token based)
Project description
🤖 vipzenoxnet
Lightweight & Fast Rubika Bot Library using Bot Token
🚀 Features
✅ Simple @bot.on_message handler
✅ bot.send_message() & message.reply()
✅ Auto polling (no async)
✅ Clean and fast
🧠 Example
from vipzenoxnet import Bot
bot = Bot("YOUR_BOT_TOKEN")
@bot.on_message
def main(message):
if message.text == "/start":
message.reply("🔥 VIP bot activated!")
else:
message.reply(f"You said: {message.text}")
bot.start_polling()
Project details
Release history Release notifications | RSS feed
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 vipzenoxnet-0.0.2-py3-none-any.whl.
File metadata
- Download URL: vipzenoxnet-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7ce78a8f468cb089d91ea6d5af4102787ef14e571266e5aacb621179342f9db
|
|
| MD5 |
e8bd6c80d1f8f4c2ce58d2de276106b9
|
|
| BLAKE2b-256 |
3269d054332512080b264f6ac60ae650f78586e47f44a6a78585868822b5a33e
|