tarangpandya / Twitter-Sentiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:C# 100.0%