https://github.com/taggagii/testcaserunner
A discord bot that runs users codes in dockers containers to test them against some test cases and returns to them if they passed the test cases or not
https://github.com/taggagii/testcaserunner
discord-bot discord-js discordjs docker docker-container docker-images dockerfile python
Last synced: about 2 months ago
JSON representation
A discord bot that runs users codes in dockers containers to test them against some test cases and returns to them if they passed the test cases or not
- Host: GitHub
- URL: https://github.com/taggagii/testcaserunner
- Owner: Taggagii
- Created: 2024-05-04T04:33:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T03:41:13.000Z (about 2 years ago)
- Last Synced: 2025-10-31T16:02:01.602Z (8 months ago)
- Topics: discord-bot, discord-js, discordjs, docker, docker-container, docker-images, dockerfile, python
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Built for windows*
Goal is to have a program that can take in untrusted user code and "safely" run it on a server or computer to run some test cases with.
To be used for something like LeetCode's autograder.