How Do I Automate My Problem

RingAdvantage

Regular Member
Joined
Nov 2, 2014
Messages
381
Reaction score
138
I have a website where people fill in their contact info and it goes into a csv file. Is it possible to have that info populate another form on a website that I do not own? and if so how?
 
Ofc.. either look at browser automation with selenium, puppeteer etc or replicate the post request and submit the details directly.
 
Yes, it's an easy task to do. Post in the HAF section, and someone will do it for you. Alternatively, if you want to learn how to do it yourself, look on YouTube for programming tutorials for Python automation or JavaScript.
 
I have a website where people fill in their contact info and it goes into a csv file. Is it possible to have that info populate another form on a website that I do not own? and if so how?
Try to use selenium(python) and puppeteer(node js). Two of them have option to save csv files, screenshots, and event can convert sites to pdf files
 
Back
Top