Metadata-Version: 2.1
Name: kahoot-api
Version: 1.0.0
Summary: A kahoot api
Home-page: https://github.com/someStranger8/kahoot-api
Author: Gage Atkinson
Author-email: someStranger87@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Kahoot Api

A simple kahoot api to spam kahoot servers.

## Install

you can install the ```kahoot-api``` module by running this code:

```
$ pip3 install kahoot-api
```

## Usage

you can spam kahoot servers by using the ```spam()``` function:

```python
# import module
import kahoot-api

# spam
spam(name, code, amount)
```

