A Discord news bot for GrowTube Production
Install poetry
pip3 install poetry
Clone this repository
git clone https://github.com/ReyterYT/growtube-news.git
Create venv and activate it(Optional but recommended)
python3 -m virtualenv venv
Linux
. venv/bin/activate
or
source venv/bin/activate
Windows Powershell
venv\Scripts\activate.ps1
Install dependencies with poetry
poetry install -E pg
If you can't or don't use asyncpg you can install without the -E pg
flag
Configure config.json
, if the file does not exist it will use default-config.json
instead
config.json format are the same as default-config.json
python run.py
SQL schema is in schema.sql
postgresql database url example is in default-config.json