Getting Started
For starting this application follow these steps
Prerequisites
First verify that you have installed .Net by running the following command
$ dotnet --version
If output is in format 6.0.xxx
then you have the correct version, if command results in error or you have outdated version of .net framework then follow installation steps mentioned here.
Installation
- Get a Twitter API keys at https://developer.twitter.com/
- Clone the repo
git clone https://github.com/karafra/twitter-stream.git
- Install dependencies
dotnet restore
- Enter your API keys into twitter section of configuration file
twitter: apiKey: YOUR_API_KEY apiSecret: YOUR_API_SECRET bearerToken: YOUR_BEARER_TOKEN hashtag: "#ukraine"
For more information, look at API reference