Reddit comment

Hi guys,

In reddit if I join a community example “https://www.reddit.com/r/AskLondon/” and I would like to write a comment all the post in this community.
How can I solve the scrolling issue, because loading the content if I scroll, And how can I click next post comment. They always use different id.

Scrolling issue can be solved using send hotkey "PgDown "

The next post click, can be done in multiple ways.

  1. Using Data scraping: Select the first and second post, and all the post in that page can be scraped along with their respective URL. Then you can open the desired posts and comment

  2. If you can create a dynamic selector for post, you will surely find an element that is increasing for each post and this way you can create a counter and loop through all post

I am also using Reddit, and am having this problem. thanks admin for support