edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

Switch reddit.py and reddit_info.py to using praw #150

Closed linuxdaemon closed 7 years ago

edwardslabs commented 7 years ago

I am not sure there is a benefit to using praw since everything is exposed via json without needing the library. I would prefer to not add additional dependencies if there isn't a glaring benefit to doing so.

linuxdaemon commented 7 years ago

The main reason I was planning to add praw was to be able to get the subs a user mods more easily, but only realised halfway through this PR that that information isn't currently available as an API endpoint. I'll close this for now and possibly reopen it if that information does eventually become available