Skip to main content

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


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.1.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

pg_easy_bot-0.0.1-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file pg-easy-bot-0.0.1.tar.gz.

File metadata

  • Download URL: pg-easy-bot-0.0.1.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.9

File hashes

Hashes for pg-easy-bot-0.0.1.tar.gz
Algorithm Hash digest
SHA256 cef22309dac6a9e99b98195701e7a80d780a00533f46e95d1037d4dbe27c9cd0
MD5 f12ed6fbabdb2dbc5c5426135d2f2f1a
BLAKE2b-256 6cf97ebb7bfc51875a3b315b7bc0ae4a120fbcf704ccb81d1dc9a33e07af48ce

See more details on using hashes here.

Provenance

File details

Details for the file pg_easy_bot-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: pg_easy_bot-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.9

File hashes

Hashes for pg_easy_bot-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a59767eba696e2446853eab5802e3417b8ab829d4142ccbf411ebcf4995d9639
MD5 dd20998f839298f3a42e1187ba137690
BLAKE2b-256 c69be1e38d709f3d6146c691f862d478d9e92e6cc1c760a19cb86d89f4ce67e5

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page