Gordon Shumway

Results 13 comments of Gordon Shumway

**Not working:** [Tweety](https://github.com/reticulatingspline/Tweety) [Uno](https://github.com/SpiderDave/spidey-supybot-plugins/tree/master/Plugins/Uno) [Geo](https://github.com/SpiderDave/spidey-supybot-plugins/tree/master/Plugins/Geo) [Unicode](https://github.com/gsf/supybot-plugins/tree/master/plugins/Unicode) [DuckHunt](https://github.com/veggiematts/supybot-duckhunt) [WordGames](https://github.com/mmueller/supybot-wordgames) [HuntNFish](https://github.com/resistivecorpse/supybot-plugins/tree/master/HuntNFish) [Timebomb](https://github.com/quantumlemur/Supybot-Plugins/tree/master/Timebomb) [Other Stuff](https://github.com/gsf/supybot-plugins) [Other Stuff](https://github.com/SpiderDave/spidey-supybot-plugins/) [Other Stuff](https://github.com/resistivecorpse/supybot-plugins) **Python 3, working:** [Tweety](https://github.com/oddluck/limnoria-plugins/tree/master/Tweety) [Uno](https://github.com/oddluck/limnoria-plugins/tree/master/Uno) [Geo](https://github.com/oddluck/limnoria-plugins/tree/master/Geo) [Unicode](https://github.com/oddluck/limnoria-plugins/tree/master/Unicode) [DuckHunt](https://github.com/oddluck/limnoria-plugins/tree/master/DuckHunt) [WordGames](https://github.com/oddluck/limnoria-plugins/tree/master/WordGames) [HuntNFish](https://github.com/oddluck/limnoria-plugins/tree/master/HuntNFish) [TimeBomb](https://github.com/oddluck/limnoria-plugins/tree/master/Timebomb) Submitting pull requests...

See also https://github.com/ProgVal/Limnoria/issues/1413

See also: https://github.com/ProgVal/Limnoria/issues/1413

https://github.com/matiasw/limnoria-plugins/blob/spiffytitles-youtube-channel/SpiffyTitles%2Fplugin.py#L1013 You're overwriting the channel variable which is irc specific with the YouTube channel name... Call that variable something else like yt_channel or whatever

Yeah, looks like youtube music uses a different set of api calls, I'll have to look into the documentation. Thanks for pointing this out, new to me.

Separate issues is fine, it's all ultimately an API endpoint issue and needing to code for each one. Was less of a concern before YouTube started using javascript to render...

Both options are available, the plugin originally operated using white/black lists but I modernized the config to allow per-channel/network/global config as is the current limnoria standard. I kept the old...

If anyone ever wants to update the readme it requires no coding ability, just a love for tedium, feel free to submit pull requests.

Sorry to ignore this for so long. Looks good but I'm going to run some tests... Ok, so tests run and I have to agree with @fred0r here and say...

The oembed API endpoint that SpiffyTitles uses doesn't handle events and so would require authenticating to the full Twitter API. Support for this would be easier to add to Tweety...