turnage / graw

Golang Reddit API Wrapper
MIT License
288 stars 49 forks source link

user post docs #76

Open NegativeFeedback opened 4 years ago

NegativeFeedback commented 4 years ago

I am able to subscribe to subreddits and do actions based on posts using the documentation but I am having a hard time figuring out how to do the same based on a user. Say I post in subreddit A and i want to check that users post history to see if they posted the same thing in subreddit B.

are there resources or an example that I can view?