How to make a simple telegram bot on python
It's very simple to make a telegram bot using python. Let's try and make a simple bot - it has only one supported command /cat (to get random cat pictures) apart from the default /start and /help. Requirements - Python3 installed pip3 installed In...
Sep 6, 20202 min read98
