Metadata-Version: 2.1
Name: KahootSpam
Version: 1.2.0
Summary: A kahoot api to spam bots
Home-page: https://github.com/someStranger8/kahoot-api
Author: Gage Atkinson, Liam Jenne, Aedan Jones
Author-email: someStranger87@gmail.com
License: UNKNOWN
Description: # Kahoot Api
        
        A simple kahoot api to spam kahoot servers.
        
        ## Install
        
        you can install the ```KahootSpam``` module by running this code:
        
        ```
        $ pip3 install KahootSpam
        ```
        
        ## Usage
        
        you can spam kahoot servers by using the ```spam()``` function:
        
        ```python
        # import module
        import KahootSpam
        
        # spam
        KahootSpam.spam(name, code, amount)
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
