معرفی شرکت ها


TGramBot-0.0.1b1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Partially Auto-generated and asynchronous Minimal Telegram BOT API framework in Python for bots
ویژگی مقدار
سیستم عامل OS Independent
نام فایل TGramBot-0.0.1b1
نام TGramBot
نسخه کتابخانه 0.0.1b1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Anand
ایمیل نویسنده anandpskerala@gmail.com
آدرس صفحه اصلی https://github.com/KeralaBots
آدرس اینترنتی https://pypi.org/project/TGramBot/
مجوز LGPLv3
# TGramBot TGramBot is a partially auto-generated and asynchronous Minimal [Telegram Bot API](https://core.telegram.org/bots/api) framework in Python for bots This library is inspired by a number of other libraries: - [Gotgbot](https://github.com/PaulSonOfLars/gotgbot), [telegram-bot-api-spec](https://github.com/PaulSonOfLars/telegram-bot-api-spec) by [Paul Larsen ](https://github.com/PaulSonOfLars) - [aiogram](https://github.com/aiogram/aiogram) Special thanks to [Paul Larsen ](https://github.com/PaulSonOfLars) for his libraries __**This Library is still in its Alpha phase**__ Most of the methods and types using in this library are auto-generated by scraping the official documentation of Telegram Bot Api So the chance of getting bugs and errors are high. So please let us know through the [issue section](https://github.com/KeralaBots/TGramBot/issues) about the bug you have encountered. ### Installing.. ``` pip3 install tgrambot ``` ### Example ```python import asyncio from tgrambot import Bot from tgrambot.filters import Filters from tgrambot.types import Message bot = Bot("token", workers=50, parse_mode='MarkdownV2') @bot.on_message(Filters.command('start')) async def start_bot(c: Bot, m: Message): await c.send_message(m.chat.id, "Hola Amigo!") async def main(): await bot.run() if __name__ == '__main__': loop = asyncio.get_event_loop() loop.run_until_complete(main()) ``` ### Examples More examples are published in the [example directory](https://github.com/KeralaBots/TGramBot/tree/alpha/examples)


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl TGramBot-0.0.1b1:

    pip install TGramBot-0.0.1b1.whl


نصب پکیج tar.gz TGramBot-0.0.1b1:

    pip install TGramBot-0.0.1b1.tar.gz