Giter VIP home page Giter VIP logo

discord-bots's Introduction

Discord Bots

A collection of Robots for Discord.

Docs

Introduction

Discord, the popular chat service aimed at gamers, supports a WebSocket API for sending and receiving data. From this we can create Bot users, so this project has the sole focus of creating various bots to be used with the Discord service.

In it's current state, this project has Python code wrapping around the discord.py library itself to aid in the development of bots, as well as bots written in Python with many different goals of doing as much as they can.

Currently, there's two types of Bots that can be used with Discord:

  • Interactive chat bot - a bot that receives and can send messages to channels
  • WebHook bot - a bot that can only send data to a channel via a URI endpoint

Right now this project uses mostly Interactives. WebHooks are being explored.

Requirements

To run this project you will need:

  • Python 3.6
  • Racket 6.5
  • Pip for Python
  • virtualenv installed from Pip
  • Your own set of Discord credentials to use with Bots

Setup

The code can be cloned entirely from the Git repository and set up with Pip.

git clone https://gitlab.com/sleibrock/discord-bots.git && cd discord-bots
virtualenv dev
source dev/bin/activate # source dev/Scripts/activate for Windows
make setup
make run

Bots Maintained Actively

These are the bots actively maintained in code. They're all written with Python and open-sourced for anyone to use and edit as they please.

  • dumb-bot, a bot with very basic functionality
  • hacker-bot, a bot with some programmer tools
  • dota-bot, a bot to post latest matches and such nonsense
  • graph-bot, a bot used to graph mathematical figures
  • janitor-bot, a bot to take advantage of Discord's bot-only features like bulk-deletes

discord-bots's People

Contributors

sleibrock avatar stevenlambrou avatar

Watchers

Cameron O'Brien avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.