In [11]:
from hn import HN
from hn import Story
story_ids = {
(2014, 4): 7507765,
(2014, 5): 7679431
}
In [12]:
story = Story.fromid(story_ids[(2014, 4)])
comments = story.get_comments()
In [19]:
comment = comments[-1]
comment.body
Out[19]:
In [ ]:
In [ ]:
In [ ]:
In [ ]: