Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 211 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 211 Bytes

Python3 Telegram Bot

server.py

Contains server logic and delivers telegram updates to bot logic.

bot.py

Holds bot logic isolated from server code, can be expanded without touching server.