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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pg_easy_bot-0.2.6-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file pg_easy_bot-0.2.6.tar.gz.

File metadata

  • Download URL: pg_easy_bot-0.2.6.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pg_easy_bot-0.2.6.tar.gz
Algorithm Hash digest
SHA256 9a6b3d891e26b6997622717ca2bcc5cddca293af1bf5ce00dd05a52a704664d3
MD5 7f0e7dcfea2d0b71f9963b485e61409b
BLAKE2b-256 002e0648bcbf581a7e44cf5c51ae0496f318389e219e1bbf856551fe691c9f5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pg_easy_bot-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pg_easy_bot-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 61ce19838981caf8099d4605fd18cf9c43db25da369df37df6926e6ccdfa32d6
MD5 92901c986a1a5713962781c87976759d
BLAKE2b-256 038ae543902c5b37ddf153a962f1a49962cb776198d67d984cef2bfdc8c883dc

See more details on using hashes here.

Supported by

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