I would like to generate a list of usernames of users who use a specific subreddit.
As far as I know, it is not possible to simply get a list of users who subscribed to the subreddit. If that's not possible, it would probably be the best to go through all threads and look at who has commented.
How would I approach this?