You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a bot for a particular subreddit, and for this purpose I need to be able to grab new posts. As it stands, it seems like client.subreddit().posts().build() only grabs the posts currently on that front-page. Is there a way to grab all new posts to the subreddit, and maybe fire an event when a new post is made?
The text was updated successfully, but these errors were encountered:
I'm trying to make a bot for a particular subreddit, and for this purpose I need to be able to grab new posts. As it stands, it seems like
client.subreddit().posts().build()
only grabs the posts currently on that front-page. Is there a way to grab all new posts to the subreddit, and maybe fire an event when a new post is made?The text was updated successfully, but these errors were encountered: