[IMAGE: https://steemitimages.com/DQmS2ey7oofTt5WTZWysuWoBj2xmPXQ1A7arF7Viy6hD9wp/TelegramBotHeader.png]
On my first post in Steemit I wrote about the EOS logo that I create in 3D to print and test a 3D printer. The process to design the geometric figure was easy and it just took me around less than a day, most of the time was to understand how the software works.
This time I've created a simple tool to setup a Telegram bots for two reasons. The first reason is to learn ReactJS and the second one is to make easy the setup of the bots.
The tool runs on the client side and all the request are directly to the Telegram API, as well it doesn't store any data.
Actually, the tool looks like 👇
[IMAGE: https://steemitimages.com/DQmSuCDiqrVy9L32cfRw3ZjK4NZmYiouRBqyDtYpc58XyWP/TelegramBotForm.png]
As you can see in the screenshot the first version v0.1 allows you make the request to the Telegram API using a simple form and passing the parameters on the url through GET method.
In the futures versions I would like to implement mainly two things:
* Remove the GET parameter input and make a modular form to send the available parameters for each method (getMe, update, getUpdates,...) more easy.
* Multi-bot management, meaning give the possibility to save your bots in the client side and allows to manage all of them.
The tool is in Github and here are the links:
* Source code: https://github.com/big-daniel/telegramBotTool
* Live: https://big-daniel.github.io/telegramBotTool/
Be welcome to contribute in this project or write your thoughts in the comments.