I'm working on a bot where I only have the comment IDs, e.g., t1_asdasd. I don't have access to the parent thread or anything. Can I pull the corresponding comment object with just the comment ID?
PRAW: How to get a reddit comment object with just the comment ID?
5.7k Views Asked by Randy Olson At
2
This reddit thread shows how to accomplish this through the normal API: http://www.reddit.com/r/redditdev/comments/1si9m0/fetching_comments_by_id/
Here's the code to do this with PRAW: