<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: BotMeNot</title>
    <description>The latest articles on DEV Community by BotMeNot (@botmenot).</description>
    <link>https://dev.to/botmenot</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F707415%2F32aec6cb-6d23-4c54-977f-51bc04e7a7c2.png</url>
      <title>DEV Community: BotMeNot</title>
      <link>https://dev.to/botmenot</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/botmenot"/>
    <language>en</language>
    <item>
      <title>Testing bot protection of an API</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Wed, 16 Mar 2022 15:32:33 +0000</pubDate>
      <link>https://dev.to/botmenot/testing-bot-protection-of-an-api-4e3k</link>
      <guid>https://dev.to/botmenot/testing-bot-protection-of-an-api-4e3k</guid>
      <description>&lt;p&gt;Hello Developers! &lt;/p&gt;

&lt;p&gt;I just wanted to share an important update for BotMeNot - testing bot protection of an API is now possible!&lt;/p&gt;

&lt;p&gt;How can you perform such test? It's very simple, really. &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Head over to &lt;a href="https://botmenot.com/"&gt;BotMeNot&lt;/a&gt; &amp;amp; create an account (or login)&lt;/li&gt;
&lt;li&gt;Select 'API BOT TEST'&lt;/li&gt;
&lt;li&gt;Fill out the required fields&lt;/li&gt;
&lt;li&gt;Click 'START TEST'&lt;/li&gt;
&lt;li&gt;That's it - you'll have the results in a matter of minutes! &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Let me know if you've got any questions.&lt;/p&gt;

</description>
      <category>testing</category>
      <category>devjournal</category>
      <category>saas</category>
      <category>programming</category>
    </item>
    <item>
      <title>The Legality of Web Scraping</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Wed, 02 Feb 2022 08:25:49 +0000</pubDate>
      <link>https://dev.to/botmenot/the-legality-of-web-scraping-58nh</link>
      <guid>https://dev.to/botmenot/the-legality-of-web-scraping-58nh</guid>
      <description>&lt;p&gt;Web Scraping is an automated technique used for collecting various types of data on web pages.&lt;/p&gt;

&lt;p&gt;And while the technical aspects of it may be pretty clear to most of the people reading this, the legal aspects may be not. &lt;/p&gt;

&lt;p&gt;In BotMeNot's latest blog post we address this exact topic.&lt;/p&gt;

&lt;p&gt;If you're interested you may read more here - &lt;a href="https://botmenot.com/blog/the-legality-of-web-scraping/"&gt;https://botmenot.com/blog/the-legality-of-web-scraping/&lt;/a&gt; !&lt;/p&gt;

</description>
      <category>blog</category>
      <category>discuss</category>
      <category>javascript</category>
      <category>python</category>
    </item>
    <item>
      <title>Top 5 harmful effects of malicious bot traffic</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Mon, 31 Jan 2022 15:49:05 +0000</pubDate>
      <link>https://dev.to/botmenot/top-5-harmful-effects-of-malicious-bot-traffic-5g12</link>
      <guid>https://dev.to/botmenot/top-5-harmful-effects-of-malicious-bot-traffic-5g12</guid>
      <description>&lt;p&gt;Greetings, Indie Hackers! &lt;/p&gt;

&lt;p&gt;I've noticed that there's not much discussion going around here regarding bot protection and the effects that bots can have on a website. &lt;/p&gt;

&lt;p&gt;A website with non-existent or weak bot protection is at a high risk of suffering numerous negative consequences due to malicious bot traffic.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7z8-hQTE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/F6p33wn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7z8-hQTE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/F6p33wn.png" alt="BotMeNot_NegativeBotEffects" width="880" height="880"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The most dangerous harmful effects that bot traffic can have on a website are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Crashing the website&lt;/strong&gt; - when a website crashes, its services become unavailable for its intended users. This happens most frequently when a website is a target of a DDoS (Distributed Denial of Service) attack. They occur by overwhelming a website with a large number of requests - much more than it can handle.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Slowing down the website's response time&lt;/strong&gt; - in a way, this is a milder version of a scenario where your website completely crashes. However, as users are becoming less patient, it still poses a real and serious threat.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Scraping content&lt;/strong&gt; - purposes of scraping content from a website are various. Gathering personal data, monitoring prices, or plagiarism - all these (and more) are a real risk for unprotected websites.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Spamming&lt;/strong&gt; - many bots are developed to post promotional or some other type of unwanted content to various websites. Sometimes they are able to mimic human behavior extremely well, so it can be difficult to notice them.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Faking orders&lt;/strong&gt; - this is especially significant for eCommerce websites. The purpose of this action is (in most cases) to check the stock levels of a certain product. However, the negative effect is that it can temporarily cause those products to be unavailable to people who genuinely want to make a purchase.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Interested in learning more about bot protection or even checking out by yourself how well a website is protected against bots?&lt;/p&gt;

&lt;p&gt;Make sure to check out &lt;a href="https://botmenot.com/"&gt;https://botmenot.com/&lt;/a&gt; &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Launched BotMeNot Beta - Looking for Beta Users! </title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Tue, 07 Dec 2021 15:44:24 +0000</pubDate>
      <link>https://dev.to/botmenot/launched-botmenot-beta-looking-for-beta-users-3ee8</link>
      <guid>https://dev.to/botmenot/launched-botmenot-beta-looking-for-beta-users-3ee8</guid>
      <description>&lt;p&gt;I'm extremely excited to announce that my latest project - BotMeNot - is finally live in the beta version!&lt;/p&gt;

&lt;p&gt;After spending so much time on the development and promotion it's finally here! It's very difficult for me to hold in my excitement!&lt;/p&gt;

&lt;p&gt;If you're interested, check out &lt;a href="https://gui.botmenot.com/registration"&gt;this link&lt;/a&gt; - and let me know what you think!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LNR5U-uZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1ahbly9p0nk6ya4o5h3y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LNR5U-uZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1ahbly9p0nk6ya4o5h3y.png" alt="Image description" width="880" height="880"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I've prepared for the beta testers is a gift of 100 free credits to run any type of test you desire. Currently, there are three types - Starter, Light, and Smart!&lt;/p&gt;

&lt;p&gt;Also, if you have any questions - feel free to ask!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>testing</category>
      <category>security</category>
      <category>javascript</category>
    </item>
    <item>
      <title>6 Days Left until BotMeNot’s beta launch on the 7th of December, 2021!</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Thu, 02 Dec 2021 15:58:06 +0000</pubDate>
      <link>https://dev.to/botmenot/6-days-left-until-botmenots-beta-launch-on-the-7th-of-december-2021-48ik</link>
      <guid>https://dev.to/botmenot/6-days-left-until-botmenots-beta-launch-on-the-7th-of-december-2021-48ik</guid>
      <description>&lt;p&gt;In case you’ve missed it, we’ve recently announced BotMeNot’s beta launch! &lt;/p&gt;

&lt;p&gt;BotMeNot (Beta) will go live on the 7th of December 2021 and if you decide to register as a beta user you’ll receive 100 free credits! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--sOZjlD1l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0h6bcewz22b9vhh8j7ub.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sOZjlD1l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0h6bcewz22b9vhh8j7ub.png" alt="BMN Beta Launch" width="880" height="176"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What is BotMeNot about and why should you become a beta user?&lt;/p&gt;

&lt;p&gt;BotMeNot is a tool that tests websites’ bot protection levels&lt;br&gt;
It can be used by website owners or anyone interested in bot protection&lt;br&gt;
Currently, there are three types of tests you can choose from - Starter, Light, and Smart Tests&lt;br&gt;
By knowing how well protected a website is, you’ll know what are the chances of bots slowing down the server’s response time&lt;br&gt;
You’ll get to know how easy it is to scrape content from your website.&lt;br&gt;
You’ll be able to understand if your website is at risk of being targeted by spambots&lt;br&gt;
You’ll get to know how effective your current bot protection solution is (if you’re using one)&lt;/p&gt;

&lt;p&gt;Interested?&lt;/p&gt;

&lt;p&gt;Head over to &lt;a href="https://botmenot.com/beta-users-wanted/"&gt;https://botmenot.com/beta-users-wanted/&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;Register and claim your 100 free credits!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>security</category>
      <category>testing</category>
    </item>
    <item>
      <title>Big Announcement! BotMeNot’s official beta launch date - December 7th, 2021!</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Tue, 30 Nov 2021 15:34:09 +0000</pubDate>
      <link>https://dev.to/botmenot/big-announcement-botmenots-official-beta-launch-date-december-7th-2021-5dj1</link>
      <guid>https://dev.to/botmenot/big-announcement-botmenots-official-beta-launch-date-december-7th-2021-5dj1</guid>
      <description>&lt;p&gt;Hello everyone!&lt;/p&gt;

&lt;p&gt;For me, things are almost as exciting as they can get! Most of the work on BotMeNot’s initial development is close to completion! &lt;/p&gt;

&lt;p&gt;This means that our Beta program will be going live on the 7th of December, 2021!&lt;/p&gt;

&lt;p&gt;What’s more -  for a limited time we’ll be giving away 100 free credits to everyone who signs up during the Beta testing!&lt;/p&gt;

&lt;p&gt;I’m super thrilled to invite you to try out BotMeNot as a beta user and let me know what you think! &lt;/p&gt;

&lt;p&gt;Register here: &lt;a href="https://botmenot.com/beta-users-wanted/"&gt;BotMeNot Beta Users&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Besides the free credits, here’s what you can expect:&lt;/p&gt;

&lt;p&gt;Three different types of tests you can run - Starter (1 credit), Light (5 credits) &amp;amp; Smart (20 credits)&lt;br&gt;
Run tests on any website/domain - yours or someone else’s&lt;br&gt;
Get insights into how protected a domain is from bot traffic&lt;br&gt;
Get evidence of the performed tests&lt;/p&gt;

&lt;p&gt;Got any questions? Don’t hesitate to ask! &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Huge milestone for my latest project - BotMeNot's first test results! </title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Thu, 25 Nov 2021 21:27:52 +0000</pubDate>
      <link>https://dev.to/botmenot/huge-milestone-for-my-latest-project-botmenots-first-test-results-39e0</link>
      <guid>https://dev.to/botmenot/huge-milestone-for-my-latest-project-botmenots-first-test-results-39e0</guid>
      <description>&lt;p&gt;Hello everyone! &lt;/p&gt;

&lt;p&gt;I would like to share an important milestone!&lt;/p&gt;

&lt;p&gt;My latest project, BotMeNot, has started to significantly accelerate in terms of development! &lt;/p&gt;

&lt;p&gt;Last week we’ve ran its very first bot protection test on its own website - &lt;a href="https://botmenot.com/"&gt;https://botmenot.com/&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;This week we have tested a couple of more additional websites’ bot protection and we’re excited to share the results with you!&lt;/p&gt;

&lt;p&gt;Also, we’ve categorized these websites according to the industry they’re in - so it’s interesting to see which industries prioritize bot protection more than others.&lt;/p&gt;

&lt;p&gt;If you’re interested in scoring and how the tests work check out - &lt;a href="https://botmenot.com/how-bots-work/"&gt;https://botmenot.com/how-bots-work/&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Here are the results! Do let me know if you have any questions!&lt;/p&gt;

&lt;p&gt;PS. The design is tentative and prone to change - still considering the expanded and compact versions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fpN9BUR2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/7XYhbO5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fpN9BUR2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/7XYhbO5.png" alt="idealo" width="576" height="632"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LnhYK7OD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/Ez8Cfgq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LnhYK7OD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/Ez8Cfgq.png" alt="tripadvisor" width="576" height="632"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZHOjqHwx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/qV86CIf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZHOjqHwx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/qV86CIf.png" alt="cdiscount" width="576" height="388"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fifewkSO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/bmmeOAN.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fifewkSO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/bmmeOAN.png" alt="bax-shop" width="576" height="388"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nEuW6Iet--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/lpMjQvk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nEuW6Iet--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/lpMjQvk.png" alt="kmart" width="576" height="388"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Py_lDjkR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/fibaxm1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Py_lDjkR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/fibaxm1.png" alt="yelp" width="576" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to stop DDoS attacks?</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Wed, 24 Nov 2021 15:44:00 +0000</pubDate>
      <link>https://dev.to/botmenot/how-to-stop-ddos-attacks-1kfo</link>
      <guid>https://dev.to/botmenot/how-to-stop-ddos-attacks-1kfo</guid>
      <description>&lt;p&gt;The truth is, there is no solution that works in all cases.&lt;/p&gt;

&lt;p&gt;Attackers are getting smarter every day and their botnet armies more numerous.&lt;/p&gt;

&lt;p&gt;In this article you can read about the most reliable ways someone can protect their network from DDoS attacks!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://botmenot.com/blog/how-to-stop-ddos-attacks-in-2021/"&gt;https://botmenot.com/blog/how-to-stop-ddos-attacks-in-2021/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>security</category>
      <category>performance</category>
    </item>
    <item>
      <title>BotMeNot performs its first test!</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Mon, 15 Nov 2021 08:28:16 +0000</pubDate>
      <link>https://dev.to/botmenot/botmenot-performs-its-first-test-4ab6</link>
      <guid>https://dev.to/botmenot/botmenot-performs-its-first-test-4ab6</guid>
      <description>&lt;p&gt;We are very proud to announce that BotMeNot has successfully performed its very first test!&lt;/p&gt;

&lt;p&gt;And guess what website did we choose? BotMeNot’s own &lt;a href="https://botmenot.com/"&gt;https://botmenot.com/&lt;/a&gt; :-)&lt;/p&gt;

&lt;p&gt;Not only we have tested how BotMeNot works, but we also tested how our bot is seen in raw HTTP log files (in our case - Apache’s .access log).&lt;/p&gt;

&lt;p&gt;As you can see - BotMeNot protection score is 40%&lt;/p&gt;

&lt;p&gt;Here’s what the results look like!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JC0f04Qz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/YHgKoYW.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JC0f04Qz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/YHgKoYW.png" alt="BotMeNot's first test results" width="576" height="576"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let us know what you think!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>security</category>
      <category>discuss</category>
      <category>testing</category>
    </item>
    <item>
      <title>An insight into how bot detection works</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Wed, 03 Nov 2021 08:59:13 +0000</pubDate>
      <link>https://dev.to/botmenot/an-insight-into-how-bot-detection-works-5c2c</link>
      <guid>https://dev.to/botmenot/an-insight-into-how-bot-detection-works-5c2c</guid>
      <description>&lt;p&gt;Detecting a bot is not a piece of cake - knowing that a false positive can lead to unhappy human visitor, who may leave your website.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qP91FCoT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vgp53cs3eh5aluieanwc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qP91FCoT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vgp53cs3eh5aluieanwc.png" alt="Image description" width="880" height="704"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As you can see in attached diagrams, modern methods of Bot detection rely both on traces which can be found on site's access (HTTP/S) log file, and JavaScript-related features which can be checked only if client's browser does support JavaScript (lack of JavaScript is a strong indication that we're dealing with a bot).&lt;/p&gt;

&lt;p&gt;JavaScript checks can go a long way, even detecting input / output devices and checking mouse / keyboard activity.&lt;/p&gt;

&lt;p&gt;'Does IP belong to a Datacenter' - this check requires maintaining a database of such IPs - and usually obtained by external vendors.&lt;/p&gt;

&lt;p&gt;If you're interested in using BotMeNot as a beta tester or want to find out more about this topic feel free to visit &lt;a href="https://botmenot.com/"&gt;https://botmenot.com/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What do you think about our new homepage? All feedback welcome!</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Mon, 25 Oct 2021 07:59:59 +0000</pubDate>
      <link>https://dev.to/botmenot/what-do-you-think-about-our-new-homepage-all-feedback-welcome-5fnc</link>
      <guid>https://dev.to/botmenot/what-do-you-think-about-our-new-homepage-all-feedback-welcome-5fnc</guid>
      <description>&lt;p&gt;Hello, everyone!&lt;/p&gt;

&lt;p&gt;Here’s BotMeNot’s updated homepage: &lt;a href="https://botmenot.com/"&gt;https://botmenot.com/&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Please share any type of feedback you have - what do you like, what do you dislike, any suggestions?&lt;/p&gt;

&lt;p&gt;I’m always on the lookout for honest feedback! &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>design</category>
      <category>discuss</category>
      <category>wordpress</category>
    </item>
    <item>
      <title>Fighting Bots - How does Bax Shop do it?</title>
      <dc:creator>BotMeNot</dc:creator>
      <pubDate>Wed, 20 Oct 2021 14:37:31 +0000</pubDate>
      <link>https://dev.to/botmenot/fighting-bots-how-does-bax-shop-do-it-1cdk</link>
      <guid>https://dev.to/botmenot/fighting-bots-how-does-bax-shop-do-it-1cdk</guid>
      <description>&lt;p&gt;There are two perspectives (at least) in every web scraping story: one of the website being scraped and the other of the scraper itself. In this article, we’ll talk about this relationship using a specific example. On one side, there’s Bax Shop, a website selling and renting musical equipment. On the other, there’s Price2Spy – an advanced web crawler, looking to monitor prices on Bax Shop.&lt;/p&gt;

&lt;p&gt;We’ll start off by talking about how Bax Shop came to be and give you a glimpse into its roots. Then we’ll focus on the period when they first launched their online store and how initially they fought bots on their website. Afterward, we’ll go over other methods they employed and also cover how Price2Spy adapted to these defenses, in this back-and-forth game of price monitoring. &lt;/p&gt;

&lt;p&gt;To read the rest of the article follow the link: &lt;a href="https://botmenot.com/blog/how-bax-shop-fights-bots/"&gt;https://botmenot.com/blog/how-bax-shop-fights-bots/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>security</category>
      <category>webdev</category>
      <category>news</category>
    </item>
  </channel>
</rss>
