Nihal Mirpuri

Results 19 comments of Nihal Mirpuri

To reiterate my point, with all plugins turned OFF, I get this in the /bot help: `Admin commands: convecho, convfilter, convleave, convrename, convusers, dumpconv, dumpunknownusers, locale, logconfig, lograise, makeallusersindefinite, plugininfo,...

What about creating commands for starting and stopping the webserver? It would make the server more secure as well, as an admin would have to start the webserver before interacting...

I could have sworn this used to be caught in the core hangoutsbot code, but I can't find it in v2 or v3 In that case, would it make more...

Interesting... That would imply that `conv_data` is not set prior to the weather call (see [L483](https://github.com/hangoutsbot/hangoutsbot/blob/master/hangupsbot/hangupsbot.py#L483), the code is similar to what is commented out, with the exception of also...

A plugin that maps the powerful convtools to easier commands comes to mind, however in order to do this I'd really like to see a distinction between an admin and...

Looks like this is a limitation of the Spotipy API on [user_playlists](https://spotipy.readthedocs.io/en/2.22.0/?highlight=user_playlists#spotipy.client.Spotify.user_playlists). I do wonder if there's another way to do it, perhaps by checking the playlists that a user...

@rfsbraz Although there isn't an easy way to fetch the watchlists for all users in Plex based off the owner of the token, I've managed to do it in [Watchlistarr](https://github.com/nylonee/watchlistarr)...

+1 phantomjs is a nightmare for me. PR's are welcome with new tools to capture screenshots

I just did a similar implementation in [my own project](https://github.com/nylonee/watchlistarr), it wasn't hard at all! When fetching the list of shows from Sonarr, there are two possible fields you can...