Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chat-apropo/coqbot
Irc coq repl bot
https://github.com/chat-apropo/coqbot
bot coq irc repl
Last synced: 29 days ago
JSON representation
Irc coq repl bot
- Host: GitHub
- URL: https://github.com/chat-apropo/coqbot
- Owner: chat-apropo
- Created: 2022-05-29T05:08:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T02:17:05.000Z (over 2 years ago)
- Last Synced: 2024-11-06T05:43:29.175Z (3 months ago)
- Topics: bot, coq, irc, repl
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coq Bot
Proof of concept coq repl bot for irc. There is not any sort of sandboxing at the moment so this bot could become literally a reverse shell bot if Coq somehow lets that happen. All this does is to wrap `coqtop` at lets each user have his instance.
## Usage
Copy `conf.py.example` to `conf.py`, edit it and start `bot.py`.