Metadata-Version: 2.1
Name: EasyTwitch
Version: 0.3
Summary: Making Twitch IRC easy
Home-page: https://github.com/JustFast/EasyTwitch
Author: JustFast
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown

# EasyTwitch
This is a repository to make using the twitch IRC easier to use. It can shorten your code by a lot and allows you to view messages and send messages! Expect updates in the future this is my first python package!

#DOCUMENTATION:

|Item                            | Type   | Disc.                                                     |
| -------------------------------|:------:|----------------------------------------------------------:|
|connection(oauth, username)     |class   |Make a new connection to the Twitch server                 |
|connection.join(#streamer)      |function|Join a Twitch streamer                                     |
|connection.log(file)            |function|Print out the Twitch chat(file logging is optinal)         |
|connection.sendMSG(message)     |function|Send a message to the selected Twitch streamer             |


##HOW TO INSTALL:

Just run:
```
pip install EasyTwitch
```
After that your set to go!! You can also view the Pypi at https://pypi.org/project/EasyTwitch/


