Skip to content

ishubhoshaha/TweetStreaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up project enviornmnet (Assuming virtualenv is already installed)

virtualenv -p python3 venv

source venv/bin/activate

pip install -r requirements.txt

run project locally

chalice local

deploy on aws lambda

chalice deploy

URL Map

Starting Streaming from Twitter

<host>/start?filter=<filter_keyword>

Stop streaming

<host>/stop

Get Tweet

<host>/get-tweet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages