Metadata-Version: 2.4
Name: twitch-bot-plus
Version: 1.1.0
Summary: A modular Twitch chat bot framework.
Author-email: Bearium <ContactMe@bearium.dev>
License-Expression: MIT
Keywords: twitch,bot,irc,chat
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv>=1.0
Requires-Dist: requests>=2.32
Dynamic: license-file

# twitch-bot-plus
A python library for making Twitch Bots

## Env Setup
```
BOTNAME=Bot_Name
OAUTH_ID=oauth:
CLIENT_ID=
CLIENT_SECRET=
TWITCH_REFRESH_TOKEN=
CHANNEL=#Target_Channel
```
