317070 / python-twitch-stream

Python-twitch-stream is a simple lightweight library, which you can use to send your python video to twitch and react with the chat in real time.
MIT License
59 stars 22 forks source link

Coerced username to lowercase, to address bug #8 #9

Closed NHDaly closed 8 years ago

NHDaly commented 8 years ago

Per Issue #8, if username is not all lowercase, TwitchChatStream cannot send messages.

This changes the example to coerce the username to lowercase so no one gets tripped up by it.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 21.769% when pulling 4f7adec2491af09533048a832493cd3265cf8aeb on NHDaly:patch-1 into 76a5fb500adcf8cfb0fc94de381df3070fd25557 on 317070:master.

317070 commented 8 years ago

Thanks. I didn't notice the bug in development and couldn't test, since my username is numerical anyway.

NHDaly commented 8 years ago

np! :) Thanks.