Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.63 KB

File metadata and controls

49 lines (34 loc) · 1.63 KB

PastInfinity

Requirements

Python Version

discord mysql-connector-python python-dotenv

Introduction

PastInfinity is a Discord bot for keeping track of a sequence of numbers in a specific channel.

File Structure

Host

docker-compose.yml and Dockerfile are necessary, because the bot is hosted on my Synology NAS. utilities.py also has platform detection functionality.

.env

This project requires .env file which looks like this:

TOKEN=???
MYSQL_USER=???
MYSQL_PASSWORD=???
SYNOLOGY_IP=???.???.?.??

Contact