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

  1. Get a Twitter API keys at https://developer.twitter.com/
  2. Clone the repo
    git clone https://github.com/karafra/twitter-stream.git
    
  3. Install dependencies
    dotnet restore
    
  4. 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

(back to top)

  • Improve this Doc
In This Article
Back to top Generated by DocFX