Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/void-ux/kahoot.py
https://github.com/void-ux/kahoot.py
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/void-ux/kahoot.py
- Owner: Void-ux
- License: gpl-3.0
- Created: 2022-01-30T14:28:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T12:07:27.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T19:47:23.646Z (almost 2 years ago)
- Language: Python
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kahoot.py
Open Source, Safe, Fast
Overview
•
Installing
•
License# Overview
This is a Kahoot botter that uses Selenium to create an autonomous chromium web browser from which it can spawn bots.
---
**Prerequisites:**
- Python 3.10.*
- [Chrome](https://www.google.com/chrome/)
- [ChromeDriver](https://chromedriver.chromium.org/downloads) (Same version as your Chrome)
- 4gb RAM
---
Programmed by [Void](https://github.com/Void-ux) and [Thrill](https://github.com/Kalaborative)# Installing
1. Download the source code with the green **Code** button, or click here.
2. Extract the `kahoot-py.zip`, and optionally move it into a better location.
3. Open the new folder, or `main.py` in an IDE of your choice.
4. Edit `config.json` with your Kahoot URL and the number of bots you would like.
1. **Note:** The more bots you spawn, the more strain your RAM would be under.# License
### **Liability**
- This script has been created for educational purposes **only**, use at your own risk.
- As described in sections 15 & 16 of the GNU GPL v3 license, the authors are not liable for any repercussions produced as a result of the using of this script.
---
### Released under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html) license.