Seldszar / Gumbo

Swollen companion keeping you updated on your Twitch experience
MIT License
165 stars 7 forks source link

Ability to add channels without logging in #153

Open Rex000 opened 1 year ago

Rex000 commented 1 year ago

IT would be great to have the ability to add channels and games without logging in to Twitch. In other words, maintain an offline list that you can keep and import/export locally.

Seldszar commented 1 year ago

The Twitch API requires a token in order to work, and the extension was designed to work with an authenticated user in mind and use their token to interact with the API.

However, it could be possible to include a non-followed channel list in addition to the usual followed one (from Twitch), without having to break the extension's core design.

Rex000 commented 1 year ago

Yes, that's what I had in mind actually. Logging in just to use the extension is fine. Only that I want to be able to add and remove channels and categories in an offline list.