A module for create pyrogram bot with easy and fast
Project description
Introduction
We’ve built the bot framework you’ve been waiting for!
Unlock seamless Telegram bot development with our intuitive, powerful framework. Tap into our thriving community for support and inspiration
Installing
You can install or upgrade pg-easy-bot via
$ pip install pg-easy-bot --upgrade
To install a pre-release, use the --pre flag in addition.
Quick Start
from Easy_Bot.ext import pyroClient , Bot , Handlers , MessagesHandlers
API_ID = ''
API_HASH = ''
TOKEN = ''
app = pyroClient(
bot = Bot(
name = "test01",
api_id=API_ID,
api_hash=API_HASH,
token=TOKEN,
workers=200,
in_memory=True,
web = True
),
handlers = Handlers(
commands='Bot/Commands'
)
)
if __name__ == "__main__":
app.start()
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 Distribution
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 pg-easy-bot-0.1.6.tar.gz.
File metadata
- Download URL: pg-easy-bot-0.1.6.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
061ff0f74103e99e6c54e610394fc55d0bfb322c43b81dcc21f86f666907e500
|
|
| MD5 |
b1ae654c68d116f6cf5ab63468948a7c
|
|
| BLAKE2b-256 |
420dc348521bcb3649d5b592768816a56088da7092f6d88ed178bd8c02d6f7bb
|
File details
Details for the file pg_easy_bot-0.1.6-py3-none-any.whl.
File metadata
- Download URL: pg_easy_bot-0.1.6-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
555d1fa290c550960bf78dfabe4f8d45c6c33b80ede7d6ae495f7947959df99d
|
|
| MD5 |
8b1f5b91ee767f42e12289543a6e3f94
|
|
| BLAKE2b-256 |
3fd1184805ce65aa705cc2624e6bb6132c7db44015cab097adc2d0534a34183d
|