Skip to content

Analyzes the sentiments a specified Twitter hashtag using AWS Comprehend, AWS Lambda, and Serverless Framework (PyCon APAC 2019 Demo)

License

Notifications You must be signed in to change notification settings

tedmdelacruz/hashtag-sentiment-analyzer

Repository files navigation

Hashtag Sentiment Analyzer

The MIT License Travis

Analyzes the sentiments of a given hashtag using AWS Comprehend

Working demo http://bit.ly/HashtagSentimentAnalyzer

Architecture Diagram

Stack

Setup

# Install Serverless Framework and its dependencies
npm install

# Deploy the serverless application to AWS Lambda
serverless deploy 

# Shorthand alias
sls deploy

# Removes the deployed stack
sls remove

# Install development dependencies
pip install -t dev_requirements.txt

# Run tests (wip)
nosetests -vs

License

This work is licensed under The MIT License.

About

Analyzes the sentiments a specified Twitter hashtag using AWS Comprehend, AWS Lambda, and Serverless Framework (PyCon APAC 2019 Demo)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published