Metadata-Version: 2.1
Name: ablpywrapper
Version: 0.0.2
Summary: Astro botlist python api wrapper
Home-page: https://github.com/botlists/ablpywrapper
Author: Sell
License: UNKNOWN
Description: # Astro Bot List Python Wrapper
        
        This is a wrapper for astro bot list made for python
        
        # Get Bot Stats
        
        ```python
        from main import Botlists
        abl = Botlists('api key')
        x=abl.get()
        print(x)
        ```
        
        # Post Server Count
        ```python
        from main import Botlists
        abl = Botlists('api key')
        
        x=abl.count(12)
        print(x)
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
