Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
/ Cloudy Public archive

My attempt at building a sleek, responsive and feature packed multipurpose discord bot. Deploy it within 5 minutes using docker

License

Notifications You must be signed in to change notification settings

Alecks20/Cloudy

Repository files navigation

Cloudy Bot

My attempt at building a sleek, responsive and feature packed multipurpose discord bot

Links

Deploying the stack

I use docker & docker compose primarily for ease of use, you are free to use pretty much whatever you want

Setting up the environment

git clone https://github.com/Atomic2ds/Cloudy && cd Cloudy

Clone the repository, then you need to open a terminal window in the repository folder

Environment Variables

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

Deploying the stack

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.

Optional Extensions

These are other docker stacks you can use that integrate with Cloudy to provide a better experience

Cloudy Media

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

About

My attempt at building a sleek, responsive and feature packed multipurpose discord bot. Deploy it within 5 minutes using docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published