Skip to main content

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:

Go to your prefered place where you would like to use this package and clone the master directory into it. After doing that you should have a file that is your prefered program directory and inside the file there will be a file called EasyTwitch. Now all you need to do is follow the example!!

Project details


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

EasyTwitch-0.1-py2-none-any.whl (5.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page