pg-easy-bot


Namepg-easy-bot JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryA module for create pyrogram bot with easy and fast
upload_time2024-11-12 18:41:59
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/8d/13/0fa2863e19f53c9a5cb8888a9292cc9b6e38a35b02345e4135cff7a0a3f8/pg-easy-bot-0.1.4.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.1.4",
    "project_urls": null,
    "split_keywords": [
        "python",
        " telegram bot",
        " easy bots"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c4277be0e54932afad28f1955a397fefefdf1f31e3c95fb223d82fe1d426280",
                "md5": "4b1593fa29805709991fd9a55904f89f",
                "sha256": "d2a5e23c2883cddb3278f89eaff617cd8c8ce1044dbd0b2ffbf16229a2217fef"
            },
            "downloads": -1,
            "filename": "pg_easy_bot-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b1593fa29805709991fd9a55904f89f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12288,
            "upload_time": "2024-11-12T18:41:57",
            "upload_time_iso_8601": "2024-11-12T18:41:57.187245Z",
            "url": "https://files.pythonhosted.org/packages/4c/42/77be0e54932afad28f1955a397fefefdf1f31e3c95fb223d82fe1d426280/pg_easy_bot-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d130fa2863e19f53c9a5cb8888a9292cc9b6e38a35b02345e4135cff7a0a3f8",
                "md5": "c71af9fdc22b201b73b5ab977f066adf",
                "sha256": "47fd9e0f9f43767ee47bcb4fb9fd6c0d8c34006fc2dd239d6418259385070cb9"
            },
            "downloads": -1,
            "filename": "pg-easy-bot-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c71af9fdc22b201b73b5ab977f066adf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10775,
            "upload_time": "2024-11-12T18:41:59",
            "upload_time_iso_8601": "2024-11-12T18:41:59.815529Z",
            "url": "https://files.pythonhosted.org/packages/8d/13/0fa2863e19f53c9a5cb8888a9292cc9b6e38a35b02345e4135cff7a0a3f8/pg-easy-bot-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 18:41:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pg-easy-bot"
}
        
Elapsed time: 0.43181s