-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Guide
-
git. -
pythonat minimum version3.12. - An internet connection.
- A machine that just works.
- A Discord bot user.
-
Fetch the code of the bot.
git clone https://github.com/team-nameless/nameless-discord-bot
-
Head to the directory where
bootstrapper.pyis located.
Tip
We provided a bare minimum to setup logging and run, but you can edit to your favor!
-
Open the terminal and create a virtual environment directory.
python -m venv .venv
and activate it:
- Linux/Unix:
source .venv/bin/activate - Windows:
.\venv\Scripts\Activate.ps1or.\venv\Scripts\activate.bat
at this point you should see
(venv)at the start of your command prompts. - Linux/Unix:
Note
You can use the global Python environment, but it is not recommended to do so.
-
Install packages needed to run the bot:
python install -U -r requirements_core.txt⚠️ Do NOT installrequirements_dev.txtunless you are a developer and wanting to contribute! -
You should see a
NamelessConfig_example.py, first rename toNamelessConfig.pythen open it, provide values as needed, like bot's token inTOKENℹ️ Please read the instructions provided in the file carefully!
-
You should be able to run the
bootstrapper.pyfile now:python bootstrapper.py
Imagine a bot that is LGPL!
Also support us some coffee please!