Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.05 KB

Twitch Bits Info

Build Status AppVeyor Build status

Messing around with twitch APIs and Websockets for fun and ... proBits.

How to use

Firstly, you have to declare your own app in your Twitch account.

  • Go there and click the Register your application button at the bottom of the page, and write down your Client ID somewhere SAFE.
  • git clone https://github.com/floweb/twitch-bits-info
  • cd twitch-bits-info
  • pip install -r requirements.txt
  • cp config.example.ini config.ini
  • Edit this new file with your stuff, like the Client ID we talked before.
  • Launch python app.py, and that's all... You can stop it with a simple Ctrl+C.

I'm trying my best to make it compatible with Python 2.7+ & 3, but seriously use Python 3.