I do not even know how to search for this so I am going to describe what I am looking for.
A scrapper goes to a site and grabs content and returns it to the user. I need something like that only it goes to a site and fills out a form or any input that allows text.
So it would be like, I press a button and it goes logs in to my twitter and posts a message based on the input I gave it. Or logs in into my email and sends a message out.
Basically I give some kind of input, it goes to a website logs in and fills things out. Is there such a tool available? What is that even called? I can code in PHP but I haven't even wrapped my mind around how this should work.
A scrapper goes to a site and grabs content and returns it to the user. I need something like that only it goes to a site and fills out a form or any input that allows text.
So it would be like, I press a button and it goes logs in to my twitter and posts a message based on the input I gave it. Or logs in into my email and sends a message out.
Basically I give some kind of input, it goes to a website logs in and fills things out. Is there such a tool available? What is that even called? I can code in PHP but I haven't even wrapped my mind around how this should work.