This is a Telegram bot using python 3.
This bot can gives a simple country information, just receiving an emoji flag like '🏴' or country name (in english) like 'Wales'. Here's the API this bot uses to consult countries data. Also this bot can encrypt messages using flags emojis, just send any message and bot will send you the encrypted message.
- You need to install telegram bot library:
$ pip install python-telegram-bot
- Make a config.ini file where you have to put telegram API data:
[BOT]
token = YOUR_BOT_TELEGRAM_API_TOKEN
- Then just run on your terminal:
$ python3 bot.py
- Marco Useche, who gave me the idea for this bot.
- Pedro Labrador, who created emojis dictionary.