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

Uploaded Source

Built Distribution

pg_easy_bot-0.0.6-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pg-easy-bot-0.0.6.tar.gz
  • Upload date:
  • Size: 10.6 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.6.tar.gz
Algorithm Hash digest
SHA256 720ab1bc0d32fa51b92a101b07fcef7346254ecb271ff5da6d801164cba73b97
MD5 9800a107fe5b033d514e7be93be0ab85
BLAKE2b-256 449ccc48aafec4fe4f7e2308c1ad3cf91d2f63b64cccdb7413b2a4ece4fe2360

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pg_easy_bot-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 12.1 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 3a91fc90ba73076db49f3cdbe695359d017edc87b028f08a0e9c535876c0724a
MD5 ebfaf00c9cf6ce82bded6183dc764d2a
BLAKE2b-256 0acde79b9a2eefc775be620f340474da441ec0fd80c4bfe87621861ee89e9016

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