about bleepBloop

bleepBloop was created by Voxalice in January 2022.
This website is licensed under the
Mozilla Public License 2.0.

Changelog

b1.2 - added b!play, b!play give/top. and b!fortune

b1.3 - added b!online, b!ping, b!about, b!type, and b!play shop (+other related commands)


FAQs

Woah, how did you make that thing?

It's a bit technical, but here goes...

1. I made a sprite for the bot
(highly recommended)

2. I copied the "send request to server" and "wait for promise"
custom blocks from the Main sprite to the bot sprite

3. Every so often, I check the newest post using
(item 1 of [posts]) and split it into chunks
(in beta 5 preview 4 and newer, this is item 2 of [posts])

4. I check the contents of those chunks and work out what
the bot should send (if anything at all)

5. I send it using the "send request to server" custom block
(specifically (post_home) (POST CONTENT))

6. (Optional) Store extra data, parse the command further, etc.

...so now you know :)