https://github.com/infopz/pzgram
A pz-way to create your Telegram Bot
https://github.com/infopz/pzgram
itis-fermi-modena python python3 telegram telegram-bot telegram-bot-api
Last synced: 5 months ago
JSON representation
A pz-way to create your Telegram Bot
- Host: GitHub
- URL: https://github.com/infopz/pzgram
- Owner: infopz
- License: apache-2.0
- Created: 2018-02-11T14:08:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T09:11:37.000Z (over 5 years ago)
- Last Synced: 2025-09-29T09:09:43.964Z (9 months ago)
- Topics: itis-fermi-modena, python, python3, telegram, telegram-bot, telegram-bot-api
- Language: Python
- Homepage: https://infopz.github.io/pzgram/
- Size: 132 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](http://pepy.tech/count/pzgram)
A pz-way to create your Telegram Bot
```python
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](https://infopz.github.io/pzgram/)
Developers' Telegram Group [here](https://t.me/joinchat/ATdWXRIuqRInj6V5hhjjPA)
For more information contact me:
* telegram: @infopz
* email: casari.giovanni@gmail.com
* Project Website: [infopz.github.io/pzgram](https://infopz.github.io/pzgram/)
* My website: [infopz.hopto.org](http://infopz.hopto.org/)
**Supported Version**: Python 3.x
**License**: Apache License 2.0