Worth migrating some of code base to rust (P03)
github.com·20h·
Discuss: r/rust
Flag this post

Just Another Kahoot Bot

Just_Another_Kahoot_Bot is a completely scalable, single-threaded Kahoot bot designed for deployment on Kubernetes. It uses raw WebSockets, which improve reliability and performance.

Features

  • Scalable: The bot is designed to handle multiple Kahoot sessions simultaneously, meaning a single instance can manage multiple client requests and flood several Kahoot games at once. Pair it with an ingress controller and replicas, and you’ve got a fully scalable Kahoot bot.
  • Single-Threaded: The bot operates efficiently in a single thread, ensuring optimal performance without any loss of speed or reliability.
  • WebSocket-Based: Unlike Selenium-based bots, which rely on web scraping, this bot uses raw WebSockets for faster, more reliable communic…

Similar Posts

Loading similar posts...