telegram-bot-fast-me


Nametelegram-bot-fast-me JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/TelegramBotFastMe
SummaryA fast and simple library for Telegram bots
upload_time2024-08-04 22:54:34
maintainerNone
docs_urlNone
authorYour Name
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TelegramBotFastMe

TelegramBotFastMe is a fast and simple library for creating Telegram bots in Python.

## Installation

Install the library using pip:

pip install telegram-bot-fast-me


## Usage

Here's a simple example of how to use the library:

```python
import asyncio
from telegram_bot_fast_me import TelegramBotFastMe

bot = TelegramBotFastMe("YOUR_BOT_TOKEN")

@bot.command("start")
async def start_command(bot, chat_id, message):
    await bot.send_message(chat_id, "Hello! I'm a fast bot.")

@bot.command("help")
async def help_command(bot, chat_id, message):
    await bot.send_message(chat_id, "This is the help message.")

asyncio.run(bot.start())

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/TelegramBotFastMe",
    "name": "telegram-bot-fast-me",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "parker.trusty@echohyper.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/c4/5f4170426c3cfe3249ff658918ea5ff32739360c3b267fe9c677a73a1fb6/telegram_bot_fast_me-0.1.tar.gz",
    "platform": null,
    "description": "# TelegramBotFastMe\r\n\r\nTelegramBotFastMe is a fast and simple library for creating Telegram bots in Python.\r\n\r\n## Installation\r\n\r\nInstall the library using pip:\r\n\r\npip install telegram-bot-fast-me\r\n\r\n\r\n## Usage\r\n\r\nHere's a simple example of how to use the library:\r\n\r\n```python\r\nimport asyncio\r\nfrom telegram_bot_fast_me import TelegramBotFastMe\r\n\r\nbot = TelegramBotFastMe(\"YOUR_BOT_TOKEN\")\r\n\r\n@bot.command(\"start\")\r\nasync def start_command(bot, chat_id, message):\r\n    await bot.send_message(chat_id, \"Hello! I'm a fast bot.\")\r\n\r\n@bot.command(\"help\")\r\nasync def help_command(bot, chat_id, message):\r\n    await bot.send_message(chat_id, \"This is the help message.\")\r\n\r\nasyncio.run(bot.start())\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A fast and simple library for Telegram bots",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/TelegramBotFastMe"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22db55f8f8bd0effc7a6f519956d33fedfbc413ab9166fc824b0d9c0942b426e",
                "md5": "0b3206cc6e0dfbf46bfeed693ccc80cb",
                "sha256": "6599dee427497585ddd0ff4c7da3ad05dcc52c2d98a90a9ebf83f5ee261a3ccf"
            },
            "downloads": -1,
            "filename": "telegram_bot_fast_me-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b3206cc6e0dfbf46bfeed693ccc80cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3485,
            "upload_time": "2024-08-04T22:54:33",
            "upload_time_iso_8601": "2024-08-04T22:54:33.328021Z",
            "url": "https://files.pythonhosted.org/packages/22/db/55f8f8bd0effc7a6f519956d33fedfbc413ab9166fc824b0d9c0942b426e/telegram_bot_fast_me-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5c45f4170426c3cfe3249ff658918ea5ff32739360c3b267fe9c677a73a1fb6",
                "md5": "2a36b151d015d8e505dc1e577c8362ea",
                "sha256": "bc8e5b66113e351bf5859366a8899492e1c312e938bca25aaaf1188f35965231"
            },
            "downloads": -1,
            "filename": "telegram_bot_fast_me-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2a36b151d015d8e505dc1e577c8362ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2937,
            "upload_time": "2024-08-04T22:54:34",
            "upload_time_iso_8601": "2024-08-04T22:54:34.925413Z",
            "url": "https://files.pythonhosted.org/packages/e5/c4/5f4170426c3cfe3249ff658918ea5ff32739360c3b267fe9c677a73a1fb6/telegram_bot_fast_me-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-04 22:54:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "TelegramBotFastMe",
    "github_not_found": true,
    "lcname": "telegram-bot-fast-me"
}
        
Elapsed time: 0.29427s