May I ask one question ?
And What language do you recommend if I am interested in blockchain programming like such bot development ?
I was once used several languages Fortran, C, VB, php, etc to develop some small programs.What language did you use to create @gentlebot ?
Is the @gentlebot open-source so that I can see to study ? (just curious)
I used python. Really, if you want to do real blockchain development, you need C++ because most industrial-grade blockchains are created in that. I've been happy with Python for my simple stuff.
Gentlebot isn't open source, but you could check out https://github.com/biophil/pocket to see a public app I created.