Metadata-Version: 2.1
Name: firebotpy
Version: 2.28
Summary: Python library to connect to Firebots API
Home-page: https://github.com/whatupcraig/Firebotpy
Author: DadTheGam3r
Author-email: bailey_craig@me.com
License: MIT
Download-URL: https://github.com/whatupcraig/Firebotpy.git
Keywords: firebot,api,twitch
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENCE.txt

This is a firebot library to connect to Firebots API.

```
pip install firebotpy
```

https://firebot.app/
From Firebots Website:
"Firebot is a fully featured open-source bot that can help level up your streams."

# Change Log

## 2.28 (12/12/2021)

-Added set roles for users
-Added remove all users from roles
-Added enable and disable timer
-Added add and remove users to VIP roles
-Added ban and unban users
-Added change scene
-Fixed get_status function

## 2.26 (09/12/2021)

-First Release


