redd icon indicating copy to clipboard operation
redd copied to clipboard

Retrieving Comments using name

Open Brotakuu opened this issue 7 years ago • 1 comments

If i have the name of a listing such as t3_85ahch in askreddit, how can i retrieve all comments for that listing?

Tried something like this, but not working.

session.subreddit('awardtravel').submission(from_id: "t3_85ahch").comments
NoMethodError: undefined method `from_id' for #<Redd::Models::Listing:0x0>

Brotakuu avatar Mar 18 '18 15:03 Brotakuu

try something like this session.from_ids(["t3_85ahch"]). does it work?

anirbanmu avatar May 14 '18 03:05 anirbanmu