Metadata-Version: 2.1
Name: firebotpy
Version: 2.41
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. This is a standalone project that is not associated with the offical firebot. <br>

```
pip install firebotpy
```

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

# Change Log

## 2.41 (03/21/2022)
-Bug Fixes <br>

## 2.40 (03/21/2022)
-Added error handling when sending data <br>
-Added a brief description to each method <br>

## 2.31 (16/12/2021)

-Add or remove currency from all online viewers <br>
-Add or remove currency from a specific role <br>

## 2.29 (13/12/2021)

-Added whisper chat from the bot or streamer account <br>
-Added duration for custom variables (default is 0) <br>
-Added getting the value of a counter <br>

## 2.281 (12/12/2021)

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

## 2.26 (09/12/2021)

-First Release <br>


