discordextremelist / bot

Licence: AGPL-3.0 license
The official source code for the bot found in the Discord Extreme List Discord server!

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to bot

JukeBot
Discord music bot written in Python 3
Stars: ✭ 23 (+35.29%)
Mutual labels:  discordpy
yourAI
GPT-2 Discord Bot and Steps to Train Something Like You
Stars: ✭ 71 (+317.65%)
Mutual labels:  discordpy
discord2sheet-bot
Discord bot that stores messages to Google Sheet.
Stars: ✭ 40 (+135.29%)
Mutual labels:  discordpy
nextcord
A Python wrapper for the Discord API forked from discord.py
Stars: ✭ 956 (+5523.53%)
Mutual labels:  discordpy
Neutron-Bot
A discord bot which aims to be the only bot a server will need.
Stars: ✭ 15 (-11.76%)
Mutual labels:  discordpy
Ren
As a mascot for the SFU Anime Club, Ren is our in-house Discord bot. Includes first/third party modules that are in use.
Stars: ✭ 16 (-5.88%)
Mutual labels:  discordpy
Spacebot
An open-source, multipurpose, configurable discord bot that does it all (that's the plan, at least)
Stars: ✭ 41 (+141.18%)
Mutual labels:  discordpy
discord-ui
A discord.py extension for sending, receiving and handling ui interactions in discord
Stars: ✭ 28 (+64.71%)
Mutual labels:  discordpy
DiscordChatExporterPy
A simple Discord chat exporter for Python Discord bots.
Stars: ✭ 72 (+323.53%)
Mutual labels:  discordpy
Chintu-Bot
ChintuBot is a multipurpose discord bot.
Stars: ✭ 17 (+0%)
Mutual labels:  discordpy
DingoLingo
A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
Stars: ✭ 183 (+976.47%)
Mutual labels:  discordpy
Fortnite-LobbyBot
No description or website provided.
Stars: ✭ 38 (+123.53%)
Mutual labels:  discordpy
tuxbot-bot
TuxBot, A discord bot write in python 🤖
Stars: ✭ 16 (-5.88%)
Mutual labels:  discordpy
EpicBot
A simple, multipurpose Discord bot.
Stars: ✭ 130 (+664.71%)
Mutual labels:  discordpy
Harmonbot
Multi-Platform Factotum Bot
Stars: ✭ 30 (+76.47%)
Mutual labels:  discordpy
Karuma
Karuma is a Discord Bot including Nukes, Raids, Mass DM and other features. Only for educational purposes 🥱🚀
Stars: ✭ 132 (+676.47%)
Mutual labels:  discordpy
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes 🥱🚀
Stars: ✭ 87 (+411.76%)
Mutual labels:  discordpy
dispander
Discord Message URL Expander
Stars: ✭ 32 (+88.24%)
Mutual labels:  discordpy
DiscordStorage
Use Discord servers to store files
Stars: ✭ 64 (+276.47%)
Mutual labels:  discordpy
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (+58.82%)
Mutual labels:  discordpy

DEL Bot for DEL Website v5.x.x

Licensing information viewable in LICENSE.md

Setup

Requirements

Python 3

Python 3 is required for the DEL bot to function as it is built using python.

NOTE: This has only been tested in Python 3.8 and may be broken on newer or older versions of Python 3.

PM2 (Optional)

PM2 is optional and allows the DEL bot to auto-restart on crash.

MongoDB

A MongoDB instance is required - it must match the configuration in the settings.json file and the values must be the same as the website instance.

Setup

Install all of the dependencies by running pip install -r requirements.txt

Running

Without PM2

Run the python bot.py command, please note python may be python3 on some platforms.

With PM2

Run the pm2 start bot.py --name DEL-BOT command.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].