This bot is a continuing project and I welcome pull requests that improve/fix or add features
This installation will be using WSL/Linux
Git
Python 3
Discord Account
More Detailed instructions under: https://discord.com/developers/docs/getting-started
-
Create the discord application using your account https://discord.com/developers/applications
-
Create the bot under the BOT tab
-
Copy your TOKEN and keep it someplace safe, think of the TOKEN as a password for your bot
-
Go to the OAUTH tab, then the URL Generator tab click on the checkboxes labeled "Bot" and "Administrator"
-
Click generate link
-
Copy the URL into your browser
-
Add the Bot to your server
https://docs.microsoft.com/en-us/windows/wsl/install
(Pro Tip, make a shortcut to your WSL folder using explorer.exe ~
)
sudo apt install python3-venv
-
mkdir -p ~/Documents/repos/
-
cd ~/Documents/repos/
-
git clone https://github.com/CodeMastr3/hackbot.git
-
cd hackbot
-
python3 -m venv venv
-
source venv/bin/activate
-
pip install -r requirements.txt
-
export TOKEN = <INSERT_TOKEN_HERE>
-
python3 bot.py
- Feel free to take the code and create your own bot to host.
- Originally created by AguilarJoel, jameswhowell, and CodeMastr3 on March 7, 2020.
- Join our Discord Server! http://charon.click