Skip to content

CutieRei/growtube-news

Repository files navigation

GrowTube News

A Discord news bot for GrowTube Production

How to setup

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

How to run

python run.py

Setup Database

SQL schema is in schema.sql

postgresql database url example is in default-config.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages