Metadata-Version: 2.1
Name: beCoditive
Version: 0.0.1
Summary: The official pip package for beCoditive API.
Home-page: https://github.com/becoditive/becoditive-pip
Author: beCoditive
Author-email: becoditive@gmail.com
License: UNKNOWN
Description: # beCoditive
        
        ## Bugs and glitches
        Feel free to report all bugs and glitches by creating an issue in the [issue section](https://github.com/beCoditive/beCoditive-API/issues/new).
        
        A correct and understandable issue contains :
        
        - Steps to reproduce
        - Code that summonned the error
        - The complete error
        
        You can also join me on my [discord server](https://discord.gg/BgWv28uQD4).
        
        
        ## Configuration
        
        The first step is to import the module in your code.
        
        ```python
        import becoditive
        client = becoditive.API()
        ```
        
        Then you have to login and request a API call according to your choice.
        
        ```python
            client.login("YOUR_BECODITIVE_API_KEY")
        
            print(client.cat())
        ```
        
        ## Available API Calls
        
        - ``client.dog()``
        
        - ``client.cat()``
        
        - ``client.panda()``
        
        - ``client.bird()``
        
        - ``client.uuid()``
        
        - ``client.joke()``
        
        - ``client.puns())``
        
        - ``client.hug()``
        
        - ``client.kiss()``
        
        - ``client.insults()``
        
        - ``client.flirt()``
        
        - ``client.word()``
        
        - ``client.doesnotexists()``
        
        - ``client.quote()``
        
        - ``client.uselessweb()``
        
        - ``client.truth()``
        
        - ``client.dare()``
        
        - ``client.number()``
        
        - ``client.password()``
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License 
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
