Django Defense Against Bot

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • django-recaptcha

    Django reCAPTCHA form field/widget integration app.

  • In the previous post, I talked about how we could implement a simple trick to stop bot from continuing to submit a form in our web app. However like I told you, this might not be enough to keep all the bot from doing harm to our website. How to make it better? well another simple way is to implement a ReCaptcha. ReCaptcha is a relatively simple tool to identify if a web form in our site is being submitted by a human being or a robot. For this implementation ReCaptcha, a package called django-recaptcha.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Pip Overrides Some Packages in Docker

    1 project | /r/docker | 7 Oct 2022
  • Here is how you add google recaptcha to password reset view!

    1 project | /r/django | 4 Oct 2021
  • Is it better to use Google reCaptcha or django-recaptcha? Or whats the difference overall? I'm kinda confused on that

    1 project | /r/django | 13 Jan 2021
  • How should I secure my Django admin login page?

    3 projects | /r/django | 25 Jul 2021
  • Using Google Cloud Firestore with Django's ORM

    3 projects | dev.to | 20 May 2024