All Projects → reteps → kbot

reteps / kbot

Licence: other
A kahoot bot that correctly answers questions.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to kbot

Coot
玩转 IFTTT 体验极客生活,互联网自动化神器【已经停止开发】
Stars: ✭ 172 (+112.35%)
Mutual labels:  automatic
Knock
🔑 Scan the entire internet for SSH and Telnet services. Then hack them.
Stars: ✭ 60 (-25.93%)
Mutual labels:  automatic
know-your-planet
Quiz de l'Anthropocène : des questions/réponses pour mieux appréhender les limites de notre planète
Stars: ✭ 14 (-82.72%)
Mutual labels:  quiz
Simfix
Automatically fix programs by leveraging existing patches from other projects and similar code snippets from the faulty project.
Stars: ✭ 173 (+113.58%)
Mutual labels:  automatic
Ts Auto Mock
Typescript transformer to unlock automatic mock creation for interfaces and classes
Stars: ✭ 204 (+151.85%)
Mutual labels:  automatic
QuizChallenge
Multiplayer Online Quiz
Stars: ✭ 19 (-76.54%)
Mutual labels:  quiz
Automatic Youtube Reddit Text To Speech Video Generator And Uploader
A series of 3 programs that will automatically receive scripts from Reddit, allow the user to edit them, then be sent off to a video generator where they will be uploaded to YouTube automatically.
Stars: ✭ 152 (+87.65%)
Mutual labels:  automatic
AutoKeyboard
Automatic Keyboard handling for iOS written in Swift
Stars: ✭ 56 (-30.86%)
Mutual labels:  automatic
Errant
ERRor ANnotation Toolkit: Automatically extract and classify grammatical errors in parallel original and corrected sentences.
Stars: ✭ 208 (+156.79%)
Mutual labels:  automatic
rclone4pi
rclone4pi - Easy Install of rclone to Raspberry Pi Computer with automated folder sync demo
Stars: ✭ 91 (+12.35%)
Mutual labels:  automatic
Insta Mass Account Creator
User Friendly - Instagram Auto Account Creation Bot 🤖
Stars: ✭ 173 (+113.58%)
Mutual labels:  automatic
Django Easy Timezones
Easy timezones for Django based on GeoIP
Stars: ✭ 195 (+140.74%)
Mutual labels:  automatic
VF-BlenderAutoSaveRender
Automatically saves a numbered or dated image after every render and can extend the Blender output path with dynamic variables
Stars: ✭ 34 (-58.02%)
Mutual labels:  automatic
Scapix
Scapix Language Bridge
Stars: ✭ 171 (+111.11%)
Mutual labels:  automatic
MeetNinja-Google-Meet-Bot
A super dope tool that attends your Google Meet(s) for you. Flawlessly handles scheduled multiple (subsequent) Meet sessions. Also disables the camera & microphone, and shows timestamps of joining & ending times for each Meet. Supported: Google Chrome / Mozilla Firefox running on Linux / Mac / Windows
Stars: ✭ 56 (-30.86%)
Mutual labels:  automatic
Compile Hero
🔰Visual Studio Code Extension For Compiling Language
Stars: ✭ 169 (+108.64%)
Mutual labels:  automatic
surveyjs vue quickstart
SurveyJS + Vue Quickstart Template
Stars: ✭ 96 (+18.52%)
Mutual labels:  quiz
blinest
Blinest est un site de jeu en ligne. Il propose des quizs musicaux multijoueurs gratuitement.
Stars: ✭ 26 (-67.9%)
Mutual labels:  quiz
autonormalize
python library for automated dataset normalization
Stars: ✭ 104 (+28.4%)
Mutual labels:  automatic
pyFileManager
This script lets you automatically relocate files based on their extensions. Very useful from the downloads folder !
Stars: ✭ 22 (-72.84%)
Mutual labels:  automatic

The Amazing Automatic Kahoot Bot (kbot)

now with functional code

People have made bots and things for kahoot in the past, but this is a new and improved edition that actually does everything for you. This one actually answers the questions, unlike some other tools and spammers.

Getting Started

  • Make Kahoot Account
  • Install Python3
    • On MacOS, Install Homebrew, then install Python.
      • /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
      • brew install python
  • Clone this project
    • git clone https://github.com/reteps/kbot.git
  • Install Dependencies
    • python3 -m pip install -r requirements.txt
  • Run Program
    • python3 kbot

Program arguments

python3 kbot
  --email [email protected] 
  --password XYZ

Please open a pull request or issue if you would like more functionality.

How does it work?

Intercepts and pretends to be a kahoot client. After receiving quiz name from host, looks up answers for quiz and uses them.

Caveats

Does not work when:

  • Kahoot is private
  • Answers are randomized
  • Questions are randomized

This is because this program uses the original question order and answer order, so if these are modified the wrong answer will be clicked.

Questions?

  • please open an issue

Contributors

  • reteps - Main programming
  • idiidk - For the challenge decoding
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].