Best of BotsOctober 2022

  1. 1
    Article
    Avatar of rpythonReal Python·4y

    ChatterBot: Build a Chatbot With Python – Real Python

    The ChatterBot library combines language corpora, text processing, machine learning algorithms, and data storage and retrieval. You can build an industry-specific chatbot by training it with relevant data. The chatbot was built and tested with Python 3.10.7 but should also run with older Python versions. If you don’t have all of the prerequisite knowledge before starting this tutorial, that’s okay.

  2. 2
    Article
    Avatar of infosecwriteupsInfoSec Write-ups·4y

    How I Got $10,000 From GitHub For Bypassing Filtration oF HTML tags

    GitHub's new feature gives the ability to render or display Mathematical expressions in Markdown through the MathJax library. The GitHub markdown files are using some more filters in which “they simply filtered any advance tags except <style’s tags’ But, you know what happens with my report “Report closed within 5 mins by bot saying that it is a previously identified issue and is being tracked internally” The second way.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    Creating a Twitter bot in Python using Twitter APIv2

    The bot replies whenever someone mentions the bot, using the same text but capitalized. After the bot's success, many people asked how they can also create a twitter by themselves. You can add more features to the bot my adding "Keywords", just like how @poet_this works on twitter.

  4. 4
    Article
    Avatar of css_tricksCSS-Tricks·4y

    How to Safely Share Your Email Address on a Website | CSS-Tricks

    We want to make it hard for bots to get our email addresses, but as simple as possible for normal users. With these few lines of JavaScript we decode the email address and set the href attribute in the HTML link. We are using the atob method to decode a string of Base64-encoded data. An alternative is to use some basic encryption algorithm like the Caesar cipher. It is fairly straightforward to implement in JavaScript. It's more complicated for bots.