Best of BotsAugust 2022

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    I made a Discord bot using JavaScript in 4days!

    Fueler is a new age portfolio tool that helps skilled individuals prove themselves by showcasing their work. It just takes 30 seconds to setup your profile on Fueler and its totally free. The idea came when I discovered slash commands in discord and here I could easily categorize them inside slash commands.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Build a Real-time Chat App with React, Node, Socket.io, and HarperDB

    This will be a great project to learn how to put together fullstack apps, and how to create an app where the backend can communicate with the frontend in real time. In this article, we will be using Socket.io and HarperDB to build a fullstack, real-time chat application with chat rooms. Let's set up our HarperDB database that we will use to permanently save messages sent by users.

  3. 3
    Article
    Avatar of glcGolang News·4y

    How to create an automated GitHub Bot in Golang

    Golang Let’s look at how you can get started creating a bot written in Go that can interact with GitHub. To begin receiving GitHub events for you to react to (such as someone creating a pull request), you need to create a GitHub App.