Metadata-Version: 2.1
Name: ablpywrapper
Version: 0.0.1
Summary: Astro botlist python api wrapper
Home-page: https://github.com/botlists/ablpywrapper
Author: Sell
License: UNKNOWN
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
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'

# Astro Bot List Python Wrapper

This is a wrapper for astro bot list made for python

# Get Bot Stats

```python
abl = Botlists('api key')
x=abl.get()
print(x)
```

# Post Server Count
```python
abl = Botlists('api key')

x=abl.count(12)
print(x)
```

