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:

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


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.2-py2-none-any.whl (5.7 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