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
pg-easy-bot-0.0.3.tar.gz
(10.4 kB
view details)
Built Distribution
File details
Details for the file pg-easy-bot-0.0.3.tar.gz
.
File metadata
- Download URL: pg-easy-bot-0.0.3.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29dad8968bc895f5c7ec448a806583d176832fef99a5642f64ca73ee90e7b286 |
|
MD5 | ed5655de1c26b638bb53c6300d5c190f |
|
BLAKE2b-256 | ddde8757007b1b39bfe3f52bc14b888926c45fb5649e59d92efb23cf7486c5c1 |
Provenance
File details
Details for the file pg_easy_bot-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pg_easy_bot-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.0 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 | 8e0a6864a9f1d5b2b04cf67d7c934eff267c43d3efe2f1860cfa5ada25fcbb6e |
|
MD5 | a3090c380a6ea762e55d7ac32c27bf0c |
|
BLAKE2b-256 | 14602e66cf4b74cfa4090a3dd0be49f1b149a1ad7c331568d87d05e81ac3e0d6 |