Docker Container wallstreetbets-sentiment-analysis
A docker container using restful endpoints exposed on port 5000 “/analyze” to gather sentiment analysis on the wsb subreddit. Getting Started These instructions will cover usage information and for the docker container Prerequisities In order to run this container you’ll need docker installed. Usage Container Startup List the different parameters available to your container docker run -p 5000:5000 -e CLIENT_ID= -e CLIENT_SECRET= -e USERNAME= -e PASSWORD= restfulleo/wallstreetbets-sentiment-analysis Environment Variables CLIENT_ID – A client_id from valid reddit account with a developer […]
Read more