Quickstart
Get started with yolkbot in just a few minutes!
You can install yolkbot using whatever package manager supports your needs. We heavily recommend using yarn or bun.
You can also choose to use the alpha version, where we test features still in development. This is not recommended for production use, and should be used if you have a specific feature you want to use. Install yolkbot@alpha
to help us out with testing!
yolkbot
— do not install any others, as they are not supported and may lead to you being hacked. The legacy yolkbot-alpha
package is no longer supported.Once you have yolkbot installed, you can create a new bot in just a few lines of code. Here’s an example of a simple bot that joins a game an logs when players join:
It’s that easy! From here, you can learn how the bot works by reading the following key pages:
These are the three main things you need to know about yolkbot, and will help you understand how to create a bot that does exactly what you want it to do. If you have any questions, feel free to ask in our Discord!