Skip to content

medecau/runcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

runcode.bsky.social

it's a bluesky bot that executes code from posts that mention the bot

example post:

#! @runcode.bsky.social python
import base64
print(base64.b64decode(b'aGVsbG8gd29ybGQ=').decode('utf-8'))