Metadata-Version: 2.1
Name: bitbitbot
Version: 0.0.2
Summary: An unopionated, extensible Twitch Chat Bot
Home-page: https://github.com/MetaBytez/bitbitbot
Author: William Johns
Author-email: will@wcj.dev
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: irc
Requires-Dist: pydantic

# BitBitBot
An unopinionated, extensible Python ChatBot built for twitch on top of the [irc library](https://pypi.org/project/irc/). For more information, please refer to the documentation.

## Example Usage
```python
from bitbitbot.bot

bot = BitBitBot(
    {bot_account_name},         # bitbitbot
    {bot_oauth_token},          # oauth:123456890asdfgh
    {streamer_channel_name},    # metabytez
)

bot.start()
```


