You can learn python for scraping and automation. And there are plenty of libraries in python which make the work easy for beginners.Bots can scrap data and manage social media accounts
You can learn python for scraping and automation. And there are plenty of libraries in python which make the work easy for beginners.
Yeah i'm already trying something out with node and puppeteer. What other nodejs tools can you recommendyou can do that in JS with node or learn another language
I'll check it out. ThanksIf you are familiar with Javascript, PHP and how websites GET POST AJAX etc, you can simply open up Chrome developer tools and start checking for network request/responses for the website you want to automate and try to emulate those requests inside PHP, however, you will see obstacles if the website requires captcha and stuff, in such case you need a real browser and inject your script into the browser for automation (Id recommend Electron, C# or Chrome Extension for this).
This. You should always search Github for existing codes that could save you hours and days.