Skip to content

This program takes the output from `discord-bot` then transforms and loads into a database

Notifications You must be signed in to change notification settings

DiamondDAO/discord-etl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

discord-etl

This program takes the output from discord-bot then transforms and loads into a database

environment setup

Install venv package manager for Python3: apt install python3-venv (if not already installed)

Create a virtual environment named discord-etl: python3 -m venv discord-etl

Activate your virtual environment: source discord-etl/bin/activate

Install packages from requirements.txt: python3 -m pip install -r requirements.txt

About

This program takes the output from `discord-bot` then transforms and loads into a database

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages