Metadata-Version: 2.1
Name: easyvanity.py
Version: 0.0.2
Summary: Easily create a vanity structure!
Home-page: UNKNOWN
Author: Team Wezacon
Author-email: wezacon.com@gmail.com
License: AGPL
Keywords: vanity,bots-py,wezacon
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: ujson
Requires-Dist: pymongo

# vultrexbots.py
##### **DISCLAIMER!** This is an unofficial package!

Install:
``
pip install vultrexbots.py
``

```py
import vultrexbots

cli = vultrexbots.Client()

vbk = "APIKEYHERE"

out = cli.get_bot_info(botId=str(642728778535141376), apiKey=vbk)

print(out.json) # Change 'json' to anything needed (ex: github)
```

