eriknyquist / nedry

Nedry is a fun & useful discord bot with a modular plugin system (formerly "twitch_monitor_discord_bot")
Apache License 2.0
10 stars 4 forks source link

Feature request: Clip/vod search #4

Open rkantos opened 1 year ago

rkantos commented 1 year ago

I'm requesting a feature where the bot would search for new clips made of the same Twitch streamers being monitored with some longer interval like 10 minutes, or maybe even a few hours.

eriknyquist commented 1 year ago

Thanks, I agree this would be a nice feature. unfortunately the lib I am using to interact with the twitch API (twitch-python) doesn't support clips yet, only vods, so I would need to implement the clips part myself or switch to a different twitch lib. Might do one of those eventually, but probably won't be in the next release. Will leave this open until then.