Skip to content

javadib/pytgbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytgbot

Python module to access the telegram bot api.

Note: This is a work in progress. Pre-Alpha 0.0.¼

Official Telegram Bot API Documentation

Installation

python setup.py install

Usage

from pytgbot import Bot

bot = Bot(API_KEY)


# getting events:
for x in bot.get_updates()["result"]:
	print(x)

# sending messages:
bot.send_msg(TEST_CHAT, "another test.")

About

python module to access the telegram bot api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%