My attempt at building a sleek, responsive and feature packed multipurpose discord bot
-
🚀 Project Tracker: Includes ideas, to-do, in progress, on hold and completed
-
🌏 Top.gg Page: The page to add Cloudy to your server, vote for it & more
-
🆘 Support Server: Talk to us here! Suggest things and tell us how we can improve
-
➕ Invite Link: The link to add Cloudy to your discord server
I use docker & docker compose primarily for ease of use, you are free to use pretty much whatever you want
git clone https://github.com/Atomic2ds/Cloudy && cd Cloudy
Clone the repository, then you need to open a terminal window in the repository folder
You need to make a .env file for deploying the bot, copy it over from .env.example
cp .env.example .env
Now simply just edit the variables set, make sure to set TOKEN to your bot token
Make sure you have docker installed, docker is supported on pretty much every os including macos, windows and linux
docker-compose up -d
Running that command will install the dependencies, create the containers, networks and volumes required.
These are other docker stacks you can use that integrate with Cloudy to provide a better experience
This is a custom made media hosting server written in python using flask, you can deploy this, set the url in libraries.py and set the auth key. Find the repo here