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

Uploaded Source

Built Distribution

pg_easy_bot-0.0.9-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pg-easy-bot-0.0.9.tar.gz
  • Upload date:
  • Size: 10.8 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.9.tar.gz
Algorithm Hash digest
SHA256 5480208f2e7c8c64ac95447a79685dd404e4714a7605abc390ebe2c7065cab95
MD5 a597a6e0065a5824d3fa16e8cecb7727
BLAKE2b-256 c511042405700992bea5d4c9b0d41e987b6820804cd410fa0d437e77d47688e7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pg_easy_bot-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 12.3 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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 3bf5cb53feae125ec7c25e335ad4e910f583d1d8dbbcfa7239ac32fd3f7dde0f
MD5 4f6996f820435ecb8e4cc5ffce2c4c54
BLAKE2b-256 2f347b1acb3d2ffd7198b7cc8a09789b0d651983d88511f93c7069770ec76777

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