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.1.8.tar.gz (11.1 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.1.8-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pg-easy-bot-0.1.8.tar.gz
  • Upload date:
  • Size: 11.1 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.1.8.tar.gz
Algorithm Hash digest
SHA256 b05b5e780f87b7c5ce8d4950293219fe49320e2e7d4496086ff304a7d6d5e8a8
MD5 022626a121059d66a9cba9fa046f4a28
BLAKE2b-256 d6d30f08284d607213a9a2848d935e4a2ef72296685a7ad2441ca506456523e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pg_easy_bot-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 12.6 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.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 17a069ed825d1b37ab8d8fe36e35b7786293cd44a88c9324933de9b5d65b661f
MD5 3a801efbc6725ee15d7f4c765aa3e4fa
BLAKE2b-256 c801c6d0664ba3ee3f9db2c53d3fc242c2caba9665aff4c02c8cd2fe02d3f1bd

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