logo bannerlogo banner

the basics

Warning

this is for yolkbot 2.0, which is in open beta. visit the old documentation to learn about the current release version of yolkbot.

everything yolkbot does can be tied back to one thing: the Bot.

bots do everything. it has everything that yolkbot has through some avenue. want to log in? the bot can do that. want to join or handle games? the bot can do that. want to manage chikn winner? the bot can do that. want to claim item codes? the bot can do that.

to make things simply, things have been split into two categories:

  1. logging in & accounts
  2. games

logging in and accounts has everything including:

  • logging in
  • viewing account stats & inventory
  • playing & managing chikn winner
  • viewing & claiming challenges
  • buying items & redeeming codes in the shop

since most of the logging in features are in basic functions and properties, the only logging in documentation is provided in the simple logging in guide and relies on you to read the full API docs to find the specific functions/properties you want to use.

games has everything you'd typically do in a game, but it's split into two categories due to nuance:

  • joining games - find games, join games, and do things in them!
  • chatting - chatting ingame, which is so oddly nuanced i had to write a whole separate guide on it

from here, it's time to turn you free and let you explore the documentation and build anything you want! if you want to see EVERYTHING yolkbot can do, you can always check the automatically generated and updated API reference.