This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I wish to make a tracker like thing that keeps track of activities like comment count and upvotes on my posts. The problem I am facing is that in order to track these things I have to continuously request for that data for each post via post's unique id. Is there any other was to do so?
Let's consider I have posted 10 posts within past week, now I want to record comments and upvote activities on these posts, one way would be to store unique id of these posts and request the requirement data frequently. Is there any other way?
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/redditdev/c...