Bypassing Cloudflare with Cloudscraper

July 20, 2024 | Python - datawookie

Cloudflare is a service that aims improve the performance and security of websites. It operates as a content delivery network (CDN) to ensure faster load times and consequently better user experience. However, it also protects against online threats by filtering “malicious” traffic. Web scraping requests are often deemed to be ...
[...Read more...]

How to generate datasets with Copilot for Microsoft 365

July 15, 2024 | George Mount

As a trainer and content creator, I regularly generate fake datasets for exercises. This task can be more challenging than it sounds. Creating variables that follow a specific pattern or distribution was difficult with earlier random data distribution tools. Additionally, crafting a dataset that “feels” real for a given industry, ...
[...Read more...]

Unpacking cURL Commands

July 10, 2024 | Python - datawookie

cURL is the ultimate Swiss Army Knife for interacting with network protocols. But to be honest, I really only scratch the surface of what’s possible. Usually my workflow is something like this: Copy a cURL command from my browser’s Developer Tools. Test out the cURL command in a ...
[...Read more...]
1 21 22 23 24 25 134