Capturing background requests with Puppeteer
Puppeteer can be very handy for getting background requests. There could be several background requests sent by a website. Curl, wget or selenium can not get you all those requests. Using Puppeteer we can collect and filter all requests.
Web scraping with Python 3, Requests and Beautifulsoup (bs4)
Web scraping is the technique of collecting data from web sites into a well-structured format like CSV, XLS, XML, SQL, etc. Those collected data can later be used for analysis..
James Donkey 008 Tactical Master Gaming – Headphone For PUBG Mobile
James Donkey started this campaign on Kickstarter. They claimed it to be the most comfortable and powerful midrange gaming headphone. I had backed this project. I was expecting it to..
Importing bulk content into WordPress – part 2
On the previous tutorial, we learned about how to import content into a WordPress site. In this tutorial, I will explain how to import bulk images into a WordPress site...
Importing bulk content into WordPress – Part 1
WordPress is shipped with rest API which makes migrating or importing contents into WordPress sites very easy. If you have bulk contents for example 100s of posts. It’s not possible..