A tool to retrieve information from Twitch.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: release version 0.2.0

+14 -1
+13
CHANGELOG.md
··· 7 7 8 8 ## [Unreleased] 9 9 10 + ## [0.2.0] - 2025-11-24 11 + 12 + ### Added 13 + 14 + - Option to obtain list of most popular streams. 15 + - Filter by language the list of streams. 16 + 17 + ### Fixed 18 + 19 + - Early detection of missing environment variables. 20 + 21 + ## [0.1.0] - 2025-11-23 22 + 10 23 ### Added 11 24 12 25 - Complete OAuth flow implemented using asynchronous http server.
+1 -1
src/purple/__init__.py
··· 1 1 """purple-cli main package.""" 2 2 3 - __version__ = "0.1.0" 3 + __version__ = "0.2.0"