/SubRedditListener

Primary LanguageC#MIT LicenseMIT

SubredditListener

SubredditListener is a tool developed to continuously monitor a subrreddit in near real time.

Running application

clone the repository

git clone https://github.com/dinet/SubRedditListener.git

Navigate to SubRedditListner folder

cd SubRedditListener\SubRedditListner

Update appsettings.json file with your ClientId, ClientSecret and AgentName

"ApiConfig": {
  "ClientId": "",
  "ClientSecret": "",
  "AgentName": "",
  "TokenUrl": "https://www.reddit.com/api/v1/",
  "BaseUrl": "https://oauth.reddit.com/",
  "SubRedditName": "diy",
  "StatRetrivalInterval": 2000
}

Run following commands

dotnet run

Swimlane diagram

SubRedditListner_Swimlane_Diagram