this post was submitted on 12 Jul 2023
7 points (88.9% liked)
Lemmy Bots and Tools
448 readers
2 users here now
Welcome to the programming.dev lemmy development community! This is a place to discuss and show off bots, tools, front ends, etc. you're making that relate to lemmy
Theres another version of this community over at lemm.ee if you want to subscribe to that one as well
Icon base by DarkZaitzev under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For here, some kind of code evaluation bot, to help answer help questions. I've made a Matrix and Discord version of this which isn't much more than
subprocess.run(['podman', 'run', lang.container])
, but I think a better version would include a link to an evaluation site like ato.pxeger.run so that people can use the bot response as a jumping off point to experiment more.