Skip to content

AndrewRissing/RedditMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Monitor

Description

The following application is a toy application will query a specific sub-reddit (defaulted to "r/funny") to pull the following information:

  • Post with the highest score
  • Top 5 authors for the sub-reddit

To retrieve the results, you can use the Swagger page to hit GET /statistics.

Configuration

To use the application, you need to set the ApiToken in the appsettings.Development.json:

  "RedditSettings": {
    "ApiToken": ""
  }

Limitations

  • Based on the current implementation against Reddit's API, it will only pull back the most recent posts from the target sub-reddit.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages