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_keyinside of themodulesdirectory and add your bot token -
Run the command
python3 main.pyorpython main.py