質問

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