Egg Repository

Pterodactyl Community Egg Repository

pixel-bot

A Discord bot written in Python using discord.py https://github.com/Ispira/pixel-bot

Read Me

pixelbot

Their Github

Bot for pixelcanvas.io

Server Ports

There are no ports required for pixelbot

Side notes

This was to make sure the parkervcp/images:python 3 image worked.

Yolks
NameTag
ghcr.io/ptero-eggs/yolks:python_3.7ghcr.io/ptero-eggs/yolks:python_3.7
Variables
NameDescriptionEnvironment VariableDefault ValueUser ViewableUser Editable
Owner Discord UIDThe Discord UID of the bot owner.OWNER_UIDcopy from discordYesYes
Discord Bot TokenGet the app token from https://discordapp.com/developers/applications/meBOT_TOKENget from discord developersYesYes
Bot NameThe name that you want set for the botBOT_NAMEIspyraYesYes
Imgur API IDAdd your Imgur API client_id if you want. https://api.imgur.com/oauth2/addclientIMGUR_KEYYesYes
Imgur SecretAdd your Imgur API client_secret if you want. https://api.imgur.com/oauth2/addclientIMGUR_SECRETYesYes
Install Script
#!/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 "-----------------------------------------"