Square Cloud Manager is a bot for Discord that allows you to manage your applications hosted on Square Cloud.
- Python 3.10^
- Git
- Rich (optional)
Follow the steps below to setup.
- Clone the repo.
git clone https://github.com/Joab0/squarecloud-manager
cd squarecloud-manager
- Install dependencies.
pip install -r requirements.txt
-
Rename the .env.example file to
.env
. -
open the
.env
file and make the necessary changes. -
Run the bot.
python launcher.py
After configuring and launching the bot, you can now use it. To get started, open Discord and use the /login
command to setup your API key, which can be obtained from the Square Cloud dashboard. After authenticating, you will be able to use the bot fully. Use /help
to see the list of available commands.
Tip
To host this bot on Square Cloud, use the /host
command and it will be hosted automatically.
MIT