Skip to content

Releases: PetterKraabol/Twitch-Chat-Downloader

3.2.2

02 May 21:54
25d85bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.1...3.2.2

3.2.1

29 May 20:13
3b5b18c
Compare
Choose a tag to compare
run file directly

3.2.0

07 May 07:33
ac680fc
Compare
Choose a tag to compare

Added client secret argument to generate oauth tokens, which are now required to use the Twitch api.

3.1.4

27 Feb 21:08
219f5da
Compare
Choose a tag to compare

Removed pipenv dependencies in setup.py

3.1.3

02 Aug 11:03
360d86f
Compare
Choose a tag to compare

Changes for valid characters in output directory and filename, regarding #70

Regex for allowed characters can be changed in the settings file, using the "valid_filename_regex" field.

3.1.2

21 Jul 23:25
54b1d7b
Compare
Choose a tag to compare
Improved code for stripping invalid filename characters. Fixes #70.

3.1.1: Reflecting changes in the twitch-python package for getting video com…

17 Jul 21:02
c45da39
Compare
Choose a tag to compare

3.1.0

09 Jun 13:25
91e7273
Compare
Choose a tag to compare

Filter chat messages by usernames and message content

--user reckful,sodapoppin,nymn
--contains "Kappa"

3.0.9

04 Jun 21:04
058dfc2
Compare
Choose a tag to compare
Fixed output stripping for invalid characters.

3.0.8

23 May 20:36
d28abb4
Compare
Choose a tag to compare
Changed twitch-python imports.