Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

learngraph/learn-graph-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnGraph DiscordBot

This is a DiscordBot for LearnGraph Community Server.

Build & Run

Prerequisite

  • docker (if you are in WSL, you should have Docker Desktop for Windows)
  • docker compose
  • python 3

Build

  • It is recommended that you run the project with venv: $ python -m venv venv

  • Then activate the venv: $ source venv/bin/activate

  • Install the packages required: $ pip install -r requirements.txt

  • If you have not had the docker network set up, set it: $ docker network create learngraphnet

  • The docker container should then be pulled and run normally: $ docker compose up

About

Does discord things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published