Skip to content

paxet/pzgram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pzgram

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

For more information contact me:

Supported Version: Python 3.x

License: Apache License 2.0

About

A pz-way to create your Telegram Bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%