Metadata-Version: 2.1
Name: twbotlib
Version: 0.0.3
Summary: 🐦 Unoffical twitch bot library written in Python3 🤖
Home-page: https://github.com/truedl/twbotlib
Author: truedl
Author-email: terajamoffical@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# twbotlib
🐦 Unoffical library for twitch bots written in Python3 🤖<br/>
📄 Documentation: https://twbotlib.readthedocs.io/en/latest/ 📄

# 🛠 Current library version is 0.0.3 🛠

# Install

```
py -m pip install -U twbotlib
```

# Test Bot Screenshot
*Note: I used same user for testing, messages starting with the ! prefix is command and after that is the bot answer.*
![alt](https://i.imgur.com/yt4VKhW.png)

# Todo List
- [x] Add pip package
- [x] Create documentation that detail about how to create a simple bot
- [ ] Add more details about the classes and the methods in the documentation
- [x] Comment with details about any function
- [ ] Add on-message function
- [ ] Add events
- [ ] Deatil about any function in the testbot.py file


