/EDA-TP7-Twitter

Primary LanguageC++MIT LicenseMIT

EDA-TP7-Twitter

API Keys:

You need to create a file called apikey.json in the root directory with the following content

{
  "twitter": {
    "key": "Your Key",
    "secret": "Your Secret"
  }
}