문제

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