/Twitter-Sentiments

Primary LanguageC#GNU General Public License v3.0GPL-3.0

TwitterSentiments

How To Execute:

  1. Clone the repository in your local machine.
  2. Make sure you have dotnet 6 installed.
  3. Replace Authorization token in appsettings.json with the token acquired from Twitter Developer Platform.
  4. Build and the solution.
  5. Go to https://localhost:7241/swagger/index.html
  6. Execute the request to fetch tweets from volume sample API by executing endpoint fetchtweets.
  7. You can execute the GetTweetCounts and GetTopTags for getting realtime count and top tags found in tweetstream.