We have a ready-made system in php that allows posting announcements, it is clear that this is only possible in some simple websites that are not too complex , for example Mundoanuncios.com has a lot of security, we don“t need the system avoid captcha, we only needs to post in some sites that allow it , through CURL or some other scheme that works.
The idea is to return the variables if the post was successful to our system and other variables that will coordinate, but it is written in PHP,…
