Skip to content

devian02/python-telegram-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Telegram API

🚧 Work in progress 🚧

This is a Python Library that helps you to use telegram APIs.

The purpose

The purpose of the library is to facilitate the use of the telegram API with Python.

📘 The documentation

The following section contain all the useful information to use this library at its best. Read it carefully.

Installation

You can use Python Telegram API directly from source code by cloning the repository from github.

git clone https://github.com/xSklero/python-telegram-api.git

❗ This library will be available on Pypi when completed. ❗

Basic Usage

from python_telegram_api import telegram_bot_api

myBot = telegram_bot_api.TelegramBotApi('xxxxxxxxxx:yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy')

print(myBot.getUpdates())

Use BotFather to create your bot and your token.

You can find more about this library in the wiki section: https://github.com/xSklero/python-telegram-api/wiki

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Python module that helps you to use telegram Bot APIs

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages