Python Forum
Bot to get info from one page and save to db - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Bot to get info from one page and save to db (/thread-13981.html)



Bot to get info from one page and save to db - sena - Nov-09-2018

Good afternoon, sir. I'm new to the forum and new to python, I'd like to ask a question

I want to make sweeps via whatsapp, to participate the person would send a message with the name to the number that I will announce and it receives the confirmation response and the number of the token

Behind I wanted the bot to take the phone number and name, save it to a mysql database and return the response to it, but the token number would be the id of the row in the table where its data was saved in mysql . how could this be done? thank you!