pzgram

A pz-way to create your telegram bot


Keywords
telegram, telegram-bot, telegram-api, python, python3, telegram-bot-api
License
Apache-2.0
Install
pip install pzgram==1.0.2

Documentation

pzGram Logo

Downloads

A pz-way to create your Telegram Bot

import pzgram
bot = pzgram.Bot(BOTKEY)

def hello(chat, message):
    chat.send("Messaggio ricevuto")
    print(message.text)
    
bot.set_commands({"hello": hello})
bot.run()

pzgram is a python library that allows you to create your personal Telegram bot, in a very easy way.

English Documentaton here

Developers' Telegram Group here

For more information contact me:

Supported Version: Python 3.x

License: Apache License 2.0