I've been playing with the Mastodon API and have made @rubybot - they will run any Ruby you send them:

```
puts [
%w{๐Ÿค– ๐Ÿ‘‹ ๐Ÿ’ฅ}.sample,
โ€œHi everyone, happy",
Time.now.strftime("%A!")
].join(" ")

{
โ€œVersion" => RUBY_VERSION,
"Platform" => RUBY_PLATFORM
}.each do |k, v|
puts "#{k}: #{v}"
end
```

@zetter
๐Ÿ’ฅ Hi everyone, happy Tuesday!
Version: 3.2.0
Platform: wasm32-wasi
@zetter @rubybot
```
puts [86, 101, 114, 121, 32, 99, 111, 111, 108].pack('c*')
```
@zetter @rubybot can we pen test it? ๐Ÿ˜‚
@BobbyMcWho
eval:1:in `<main>': undefined local variable or method `๐Ÿ˜‚' for main:Object (NameError)
@BobbyMcWho youโ€™re welcome to try different inputs to try and break it, but please no automated testing and you may want to set your posts to unlisted/mentions only so not to post to the public timeline.