A python Revolt bot for displaying the color of the Global Consciousness Project Dot.
send d!dot
in your Revolt channel, that's it!
- Clone the repository
git clone https://github.com/RaavaF/Dotsy
cd Dotsy
-
Install the dependencies using pip
- Preferably in a virtual environment by running
python3 -m venv venv
source venv/bin/activate
-
Open
api_key
inside of themodules
directory and add your bot token -
Run the command
python3 main.py
orpython main.py