diff options
author | romangraef <romangraef@loves.dicksinhisan.us> | 2018-09-10 20:51:36 +0200 |
---|---|---|
committer | romangraef <romangraef@loves.dicksinhisan.us> | 2018-09-10 20:51:36 +0200 |
commit | dbde5c34a71157707e82bc52b0c671d7dadc741a (patch) | |
tree | 799d9f86d22b455af5d0ce892d460482f61645ce /README.md | |
parent | b105798c91b30e6fe8bff2a9087af6db4e6065a2 (diff) | |
download | evalbot-dbde5c34a71157707e82bc52b0c671d7dadc741a.tar.gz evalbot-dbde5c34a71157707e82bc52b0c671d7dadc741a.tar.bz2 evalbot-dbde5c34a71157707e82bc52b0c671d7dadc741a.zip |
Rextester api
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,11 +1,10 @@ EVALBOT ------ -Discord Code eval bot using the [Compilebot][compilebot] API. +Discord Code eval bot using the [Rextester][rextester] API. ### SETUP - Create a discord bot account at [the discord developers page][discord-devs]. **IMPORTANT** Create a bot user as well. - - Go to the [Compilebot][compilebot] website and subscribe to a plan. - clone the repository and create a [Virtual Environment][venv] - Install all the requirements via `pip install -r requirements.txt` - Create a `config.ini` in the following format: @@ -13,12 +12,9 @@ Discord Code eval bot using the [Compilebot][compilebot] API. [discord] token = YOURDISCORDTOKEN. DISCORD! TOKEN! NOT ID OR SECRET -[jdoodle] -id = yourcompilebotid -secret = yourcompilebotsecret ``` - Launch the bot via `python main.py`. If you want to run the bot permanently i recommend using `tmux` or `screen`. -[compilebot]: https://www.jdoodle.com/compiler-api/ [discord-devs]: https://discordapp.com/developers/applications/me [venv]: https://docs.python.org/3/library/venv.html +[rextester]: http://rextester.com/main |