Distelbot is a showcase bot, that runs as a server using Python. It retrieves currency exchange information from https://exchangerate.host/ in regular intervals, and at the same time creates one bot on Discord Server and one on Telegram messenger Then the user can type commands at the message box that can display exchange rate information:
- /search : Searches the data for currency
- /get ...: Returns rate exchange information for all currencies separated by a space
- /top10: Shows the top 10 most competitive currencies in relation to the Base (EUR)
- /age: shows age of the data that the bot contains
The functionality is basic, but It can be ammended with any imaginable feature.