does anybody have any experience with handling multireddits with PRAW?

I need to get a list of multi's for a logged in user (that should be http://www.reddit.com/dev/api/oauth#GET_api_multi_mine) and then get a list of subbreddits in each multi.

For the life of me, I can't figure out how to do this with PRAW.

Thanks!

有帮助吗?

解决方案

It's not implemented (yet).

You can send the requests through get_content, which would allow you to take advantage of some of PRAW's features such as request throttling, caching and objects rather than json. It will still be some work.

I'll update this comment when multireddit functionality is implemented in PRAW.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top