Tibret 5 Posted November 29, 2017 Report Share Posted November 29, 2017 Hi Guys! I do have some bots that I did upload to an Amazon AWS EC2 Workstation.Now I want to send my customers to a site, where they can input some data, pay a fee via paypal and then the data should be transefered to the bot. Right now I have the current solution:Customer comes to websiteThere is an offer for Data-ScrapingCustomer enters Data to a formCustomer has to pay a fee in the form with paypalForm sends Data to an EmailBot is running every 5 Minutes on Server, checks for MailBot is scraping Mail content and then does some stuff (Data-Scraping)Bot sends scraped Data via Mail to customerBot sends a status Mail to me, that the job is doneSo my Question is: Is there a better way to connect my website form with my bot? 1 Quote Link to post Share on other sites
Tibret 5 Posted November 30, 2017 Author Report Share Posted November 30, 2017 So I coded a bit in the last days and noticed I am able to connect to a Database.So a better solution would be to store the Input from my webform into a Mysql Database and later on let the bot connect to that Database to do its work. 2 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.