You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the update I released attempting to circumvent Twitch's weird API pagination that lead to lots of clips missing from bigger channels, fetching the every single clip from a big channel started taking a long time.
The idea is to locally cache requests for clips from periods older than the current day, that way the tool can be restarted without having to paginate the entire API again.
The text was updated successfully, but these errors were encountered:
It currently caches every call to the fetchClips() function in cache/{streamerId}-clips, where each call (currently a period of 7 days) is stored in it's own file.
A few improvements for the future:
Transparent cache implementation, it's currently a bit too verbose;
After the update I released attempting to circumvent Twitch's weird API pagination that lead to lots of clips missing from bigger channels, fetching the every single clip from a big channel started taking a long time.
The idea is to locally cache requests for clips from periods older than the current day, that way the tool can be restarted without having to paginate the entire API again.
The text was updated successfully, but these errors were encountered: