Skip to content

0.2

Compare
Choose a tag to compare
@GiedriusS GiedriusS released this 14 Feb 00:25
· 174 commits to master since this release

TL;DR: No token needed anymore (-t/--token option left for backwards compability), the speed of the program is increased by a lot (getting information about followed channels is faster by NUM_OF_CHANS_YOU_FOLLOW times).

Changelog:

  • Tokens are not needed anymore. I mistakenly took private user tokens as a program token. Now the public token is inside library.py. Old -t/--token option left for compability reasons.
  • Consolidate online checking requests into one. Twitch api provides a way to get all stream objects in one request so do that instead of checking each channel one by one. Increases the speed a lot, reduces the number of errors.
  • Increased pagination number from 25 to 100. Now gets information about 100 of users' followed channels in each request instead of 25.
  • Now checks the status each 120 seconds instead of 600 seconds. This is possible cause of the changes mentioned before. Also, those updates mean much less requests so there is no risk of making Twitch mad.