Metadata-Version: 2.1
Name: tgbotapi
Version: 5.7
Summary: The Ultimate Telegram Bot API Client Framework
Home-page: https://github.com/MA24th/tgbotapi
Author: Mustafa Asaad
Author-email: ma24th@yahoo.com
License: GNU GPLv2
Keywords: telegram-bot-api,tgbotapi,framework,telegram bot api,bot api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Description-Content-Type: text/x-rst
Provides-Extra: json
License-File: LICENSE

Getting started
---------------

This API is tested with

* Python 3.6
* Python 3.7
* Python 3.8
* Python 3.9

There are two ways to install the framework:

* Installation using pip (a Python package manager):

    ``$ pip install tgbotapi``

* Installation from source (requires git):

    ``$ git clone https://github.com/ma24th/tgbotapi.git``

    ``$ cd tgbotapi``

    ``$ pip install .``

It is generally recommended to use the first option.
::

    While the API is production-ready, it is still under development and it has regular updates,
    do not forget to update it regularly by calling ``pip install tgbotapi --upgrade``


Documentation
-------------
**See tgboapi Doc's site.**

https://ma24th.github.io/tgbotapi/

Support
-------
We now have a Telegram Chat Group as well! 
Keep yourself up to date with API changes, 
and join it (https://t.me/GuardBotc).


