Least-favourite twitch streamers here
Find a file
alexvanin ffd1719c53 api: Update game search queries for twitch api v5 and v6
There is a change in TwitchAPIv5 for game search. Now it uses
query keyword without game name specification or language.

There is a change in TwitchAPIv6 for game search. Not it is
not guaranteed that search query returns 100 streams at max.
Application must fetching new data until query returns 0 streams.
2020-03-27 22:53:31 +03:00
web A little more description for IRL query 2018-11-25 15:54:23 +03:00
.gitignore Changes in formatting 2018-03-05 16:57:23 +03:00
main.py api: Update game search queries for twitch api v5 and v6 2020-03-27 22:53:31 +03:00
README.md 1.7 version with bugfix of amperasand in stream names 2018-12-09 11:25:34 +03:00
twitch.py api: Update game search queries for twitch api v5 and v6 2020-03-27 22:53:31 +03:00

fleast

Least-favourite twitch streamers here

Change Log

1.7

  • Fixed bug with displaying special symbols in stream name

1.6

  • Fixed bug, when IRL query could contain several copies of one stream

1.5

  • IRL section is back with IRL query
  • Fixed bug when games with & symbol could not found correctly.

1.4

  • Polished internal code and now cherrypy server configuration is independent from nginx reverse proxy

1.3

  • Fixed bug when VOD-streams appear in list of live streams

1.2

  • Fixed some typos in text
  • Fixed bug with chinese language streams
  • Fixed bug when 0 streams are found if game name contains whitespaces in the end
  • Fixed bug with stream list if stream name contains '<' and '>' symbols

1.1

  • Form data now saved between querries

1.0

  • Initial release