Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 621 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 621 Bytes

Vummer

Vummer is a Discord bot that can run and judge code using Judge0. Check out the Discord server here.

Install

Dependencies are located in requirements.txt

pip install -r requirements.txt

Judge0 is also needed.

Configuration

Create a new file config.py with the token variable set to that of your bot.

token='TOKEN HERE'

Start

Run main.py

python3 main.py

Disclaimer

I'm not responsible if you get hacked while running this. You are responsible for your own safety.