joshuaskelly / twitch-observer

Turn Twitch chatter into Python events
MIT License
26 stars 6 forks source link

Update Version Number #30

Closed joshuaskelly closed 7 years ago

joshuaskelly commented 7 years ago

Overview

We've made significant improvements and I think that deserves a version bump! 🍺

Since we've completed three feature level user stories, I propose version 0.4.0

Thoughts?

joshuaskelly commented 7 years ago

Or should we wait until #15 is completed?

PythooonUser commented 7 years ago

Then we can raise it again. So it's up-to-date.

PythooonUser commented 7 years ago

Updated with e1a2312

PythooonUser commented 7 years ago

Or do we consider it 1.0 after #13?

joshuaskelly commented 7 years ago

Ha. What do we consider 1.0.0 ?

PythooonUser commented 7 years ago

The twitch-observer. Are there any features you are missing? (unit tests?^^)

PythooonUser commented 7 years ago

Information on followers or subscribers of a channel are not accessible with IRC, correct? Since we are creating a chat observer, this might even not be desirable?

joshuaskelly commented 7 years ago

I'm working on improving our unit tests.

User information is not available via IRC. It may available through the Twitch API, but I'm not sure if that is within this projects scope or not. Right now, twitch-observer is very chat focused.

I say we release it once IRC support is complete. If folks actually use the package and request more features, then we can figure it out.

joshuaskelly commented 7 years ago

Closing this as it is wandering off topic.