Skip to content

Function that scans twitter for hashtag, does sentiment analysis and posts original tweet in slack channel

Notifications You must be signed in to change notification settings

simonaco/tweetverse

Repository files navigation

Tweetverse | Build Status

Deploy resources

Deploy to Azure

Prerequisites

  1. A recent version of Node (8+)

  2. VS Code: here

  3. Azure Functions CLI: here

  4. Azure Functions Extension for VS Code: here

  5. Azure account: here

How to run this

  1. Clone this repository and cd into tweetverse

  2. Create local.settings.json file and add:

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "",
    "FUNCTIONS_WORKER_RUNTIME": "node",
    "BEARER_TOKEN":"YOUR-TWITTER-TOKEN-HERE",
    "TEXT_ANALYTICS_API_KEY":"YOUR-API_KEY-HERE",
    "SLACK_API_URL":"YOUR-URL-HERE",
  }
}
  1. Run npm i and npm start

🙋🏼 Happy coding! 🙋🏼

About

Function that scans twitter for hashtag, does sentiment analysis and posts original tweet in slack channel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published