Metadata-Version: 2.1
Name: twbotlib
Version: 0.0.5
Summary: 🐦 Unoffical twitch bot library written in Python3 🤖
Home-page: https://github.com/truedl/twbotlib
Author: truedl
Author-email: terajamoffical@example.com
License: UNKNOWN
Description: ![alt](https://i.imgur.com/G5fKROA.jpg)
        
        <p align="center">
          🐦 Unoffical library for twitch bots written in Python3 🤖<br/>
          📄 Documentation: https://twbotlib.readthedocs.io/en/latest/ 📄<br/>
          🛠 Current library version is 0.0.4 🛠
        </p>
        
        ## Install ##
        
        ```bat
        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 as first event
        - [ ]  Add more events
        - [ ]  Deatil about any function in the testbot.py file
        - [ ]  Add more examples
        - [ ]  SSL Support
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
