Bot for pixelcanvas.io
There are no ports required for pixelbot
This was to make sure the parkervcp/images:python 3 image worked.
Name | Tag |
---|---|
ghcr.io/ptero-eggs/yolks:python_3.7 | ghcr.io/ptero-eggs/yolks:python_3.7 |
The Discord UID of the bot owner.
Get the app token from https://discordapp.com/developers/applications/me
The name that you want set for the bot
Add your Imgur API client_id if you want. https://api.imgur.com/oauth2/addclient
Add your Imgur API client_secret if you want. https://api.imgur.com/oauth2/addclient
#!/bin/ash
# Pixel Bot Installation Script
#
# Server Files: /mnt/server
apk add --no-cache git gcc g++ libffi-dev make
cd /mnt/server
echo "Cloning pixel-bot repo"
git clone https://github.com/Ispira/pixel-bot.git .
echo "Installing python requirements into folder"
pip install -U --target $(pwd) discord imgurpython xkcd pynacl
## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"
Installation Image | python:3.7-alpine | Installation Entrypoint | ash |
---|