Making Twitch IRC easy
Project description
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!
EXAMPLE:
from EasyTwitch import Twich
conn = Twich.connection("oauthToken", "TwitchUsername") #Make a connection to twitch go to https://twitchapps.com/tmi/ to get an oauth token
conn.join("#streamer") #Join a streamer who is currently streaming
conn.sendMSG("My message") #Send a message in the chat
conn.log() #Continuiously print out the twitch chat NOTE: This is a stopping function so BEWARE
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/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file EasyTwitch-0.2-py2-none-any.whl
.
File metadata
- Download URL: EasyTwitch-0.2-py2-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0abbd3a6ac8b2955ce900e0b8d9bd4d9798b6ad6b5d73c3531ecb566b5ca7d13 |
|
MD5 | 9f3b6600d97c1f8db62a718eecb3026f |
|
BLAKE2b-256 | a3baff71612b7744aebab643cb14c6f08163a5f6a389c85b9809ee49ee38fcf3 |