Metadata-Version: 2.1
Name: vultrexbots.py
Version: 0.0.4
Summary: API wrapper for vultrexbots
Home-page: https://github.com/wezacon/vultrexbots.py
Author: Team Wezacon
Author-email: wezacon.com@gmail.com
License: AGPL
Download-URL: https://github.com/wezacon/vultrexbots.py/tarball/master
Keywords: vultrex,bots-py,wezacon
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: ujson

# 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)
```

