In this tutorial, we’ll walk through building a simple Telegram Bot using Python. At first, our bot will simply echo back any message we send it, but then we’ll extend it to add a database and persist information across chat sessions.
Similar
This post is based on a talk that I did during Python Nordeste 2017. I hope you enjoy! Please don’t forget to give me some feedback. (more…)
Read more »
Generate list of potential typo squatting domains with domain name permutation engine to feed AIL and other systems. - GitHub - ail-project/ail-typo-squatting: Generate list of potential typo squat... (more…)
Read more »
I’d heard plenty of great things about the BeeWare project for Python over the past year. Python certainly doesn’t come to mind when you…...
Read more »
Supersonic VTOL electric jet. Contribute to gusgordon/electric_jet development by creating an account on GitHub. (more…)
Read more »
There were several moments over the last few weeks when I heard people discuss differences between Python lists and dicts and one of the first ones mentioned was that lists are ordered and dicts are not. (more…)
Read more »