Application to process Tweets in real-time and provide statistics upon app completion.
In the appsettings.json file, replace the below with your actual Twitter Developer credentials:
"ConsumerKey": "ADD YOUR CONSUMER KEY HERE", "ConsumerSecretKey": "ADD YOUR CONSUMER SECRET KEY HERE", "AccessToken": "ADD YOUR ACCESS TOKEN HERE", "AccessTokenSecret": "ADD YOUR ACCESS TOKEN SECRET HERE", "BearerToken": "ADD YOUR BEARER TOKEN HERE"