Telegram Bot

Ikarus2019

Junior Member
Joined
Dec 13, 2019
Messages
147
Reaction score
30
Hello

is there an easy way to create a telegram bot without programming knowledge?
I want to create a form when a customer comes to my bot

Hello
you want product 1 or 2
customer: 1
form
enter your BTC address here
enter your code here
end of form

Message: we will send

is it possible to send the data from the form somewhere into a table, with username, time, data from the form?
 
Hello

is there an easy way to create a telegram bot without programming knowledge?
I want to create a form when a customer comes to my bot

Hello
you want product 1 or 2
customer: 1
form
enter your BTC address here
enter your code here
end of form

Message: we will send

is it possible to send the data from the form somewhere into a table, with username, time, data from the form?
I dont think so. You need a custom implementation where it responds to registered commands and gets the received message and save it in a db/or add it in a google sheet or smth.
 
Telegram bots are very straightforward if you are willing to spend a couple of hours reading some guides. There are hundreds of already coded bots available on Github, browse through them and try to understand what each one is doing and see if there are any that do roughly what you want and then edit them.
 
Telegram bots are very straightforward if you are willing to spend a couple of hours reading some guides. There are hundreds of already coded bots available on Github, browse through them and try to understand what each one is doing and see if there are any that do roughly what you want and then edit them.
this is true. Try checking some projects there. You will get inspiration.
 
Hello

is there an easy way to create a telegram bot without programming knowledge?
I want to create a form when a customer comes to my bot

Hello
you want product 1 or 2
customer: 1
form
enter your BTC address here
enter your code here
end of form

Message: we will send

is it possible to send the data from the form somewhere into a table, with username, time, data from the form?
not 100% sure but there should be something similar out there, and if you don't find exactly what you are looking for you can always find someone to code the bot for you
 
Of course you can make a basic bot like that with little programming knowledge. And yes, it is totally possible to send data to a table (Excel), you can use the pandas library
 
Back
Top