pg-easy-bot


Namepg-easy-bot JSON
Version 0.2.6 PyPI version JSON
download
home_pageNone
SummaryA module for create pyrogram bot with easy and fast
upload_time2024-12-07 08:59:18
maintainerNone
docs_urlNone
authorPamod Madubahana
requires_pythonNone
licenseNone
keywords python telegram bot easy bots
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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

.. code:: shell

    $ pip install pg-easy-bot --upgrade

To install a pre-release, use the ``--pre`` `flag <https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-pre>`_ 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()

        

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pg-easy-bot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, telegram bot, Easy Bots",
    "author": "Pamod Madubahana",
    "author_email": "premiumqtrst@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/00/2e/0648bcbf581a7e44cf5c51ae0496f318389e219e1bbf856551fe691c9f5f/pg_easy_bot-0.2.6.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\nWe\u2019ve built the bot framework you\u2019ve been waiting for!\n======================================================\n\nUnlock seamless Telegram bot development with our intuitive, powerful framework. Tap into our thriving community for support and inspiration\n\nInstalling\n==========\n\nYou can install or upgrade ``pg-easy-bot`` via\n\n.. code:: shell\n\n    $ pip install pg-easy-bot --upgrade\n\nTo install a pre-release, use the ``--pre`` `flag <https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-pre>`_ in addition.\n\n\nQuick Start\n===========\n::\n\n    from Easy_Bot.ext import pyroClient , Bot , Handlers , MessagesHandlers\n\n    API_ID = ''\n    API_HASH = ''\n    TOKEN = ''\n\n    app = pyroClient(\n        bot = Bot(\n            name = \"test01\",\n            api_id=API_ID,\n            api_hash=API_HASH,\n            token=TOKEN,\n            workers=200,\n            in_memory=True,\n            web = True\n        ),\n        handlers =  Handlers(\n            commands='Bot/Commands'\n        )\n    )\n\n    if __name__ == \"__main__\":\n        app.start()\n\n        \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A module for create pyrogram bot with easy and fast",
    "version": "0.2.6",
    "project_urls": null,
    "split_keywords": [
        "python",
        " telegram bot",
        " easy bots"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "038ae543902c5b37ddf153a962f1a49962cb776198d67d984cef2bfdc8c883dc",
                "md5": "92901c986a1a5713962781c87976759d",
                "sha256": "61ce19838981caf8099d4605fd18cf9c43db25da369df37df6926e6ccdfa32d6"
            },
            "downloads": -1,
            "filename": "pg_easy_bot-0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92901c986a1a5713962781c87976759d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12984,
            "upload_time": "2024-12-07T08:59:16",
            "upload_time_iso_8601": "2024-12-07T08:59:16.429237Z",
            "url": "https://files.pythonhosted.org/packages/03/8a/e543902c5b37ddf153a962f1a49962cb776198d67d984cef2bfdc8c883dc/pg_easy_bot-0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "002e0648bcbf581a7e44cf5c51ae0496f318389e219e1bbf856551fe691c9f5f",
                "md5": "7f0e7dcfea2d0b71f9963b485e61409b",
                "sha256": "9a6b3d891e26b6997622717ca2bcc5cddca293af1bf5ce00dd05a52a704664d3"
            },
            "downloads": -1,
            "filename": "pg_easy_bot-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7f0e7dcfea2d0b71f9963b485e61409b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11437,
            "upload_time": "2024-12-07T08:59:18",
            "upload_time_iso_8601": "2024-12-07T08:59:18.574561Z",
            "url": "https://files.pythonhosted.org/packages/00/2e/0648bcbf581a7e44cf5c51ae0496f318389e219e1bbf856551fe691c9f5f/pg_easy_bot-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 08:59:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pg-easy-bot"
}
        
Elapsed time: 0.38694s