You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👤 Here's an example with the <b><codetranslate="no">SB</code></b> manager (which has more methods and functionality than the <b><codetranslate="no">Driver</code></b> format):
👤 In <btranslate="no">UC Mode</b>, <codetranslate="no">driver.get(url)</code> has been modified from its original version: If anti-bot services are detected from a <codetranslate="no">requests.get(url)</code> call that's made before navigating to the website, then <codetranslate="no">driver.uc_open_with_reconnect(url)</code> will be used instead. To open a URL normally in <btranslate="no">UC Mode</b>, use <codetranslate="no">driver.default_get(url)</code>.
@@ -247,7 +290,7 @@ Here are the 3 primary things that <b translate="no">UC Mode</b> does to make bo
247
290
248
291
For example, if the <btranslate="no">Chrome DevTools Console</b> variables aren't renamed, you can expect to find them easily when using <b><codetranslate="no">selenium</code></b> for browser automation:
As an ethical hacker / cybersecurity researcher who builds bots that bypass CAPTCHAs for sport, <b>the CAPTCHA service that I personally recommend</b> for keeping bots out is <btranslate="no">Google's reCAPTCHA</b>:
284
327
@@ -288,6 +331,18 @@ Since Google makes Chrome, Google's own <b translate="no">reCAPTCHA</b> service
288
331
289
332
--------
290
333
334
+
⚖️ <b>Legal implications of web-scraping</b>:
335
+
336
+
Based on the following article, https://nubela.co/blog/meta-lost-the-scraping-legal-battle-to-bright-data/, (which outlines a court case where social-networking company: Meta lost the legal battle to data-scraping company: Bright Data), it was determined that web scraping is 100% legal in the eyes of the courts as long as:
337
+
1. The scraping is only done with <b>public data</b> and <b>not private data</b>.
338
+
2. The scraping isn’t done while logged in on the site being scraped.
339
+
340
+
If the above criteria are met, then scrape away! (According to the article)
341
+
342
+
(Note: I'm not a lawyer, so I can't officially offer legal advice, but I can direct people to existing articles online where people can find their own answers.)
0 commit comments