{"id":15127525,"url":"https://github.com/asad70/wallstreetbets-sentiment-analysis","last_synced_at":"2025-10-23T06:30:23.549Z","repository":{"id":49575092,"uuid":"326464364","full_name":"asad70/wallstreetbets-sentiment-analysis","owner":"asad70","description":"This program finds the most mentioned ticker on r/wallstreetbets and uses Vader SentimentIntensityAnalyzer to calculate the sentiment analysis.","archived":false,"fork":false,"pushed_at":"2021-10-03T20:18:44.000Z","size":228,"stargazers_count":148,"open_issues_count":0,"forks_count":36,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-01-30T17:30:54.609Z","etag":null,"topics":["algotrading","analysis","data","docker-container","reddit","sentiment-analysis","trading","vader-sentimentintensityanalyzer","wallstreetbets","wallstreetbets-sentiment-analysis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asad70.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-03T17:37:12.000Z","updated_at":"2024-12-29T22:50:29.000Z","dependencies_parsed_at":"2022-09-08T18:41:44.750Z","dependency_job_id":null,"html_url":"https://github.com/asad70/wallstreetbets-sentiment-analysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asad70%2Fwallstreetbets-sentiment-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asad70%2Fwallstreetbets-sentiment-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asad70%2Fwallstreetbets-sentiment-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asad70%2Fwallstreetbets-sentiment-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asad70","download_url":"https://codeload.github.com/asad70/wallstreetbets-sentiment-analysis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237784842,"owners_count":19365940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algotrading","analysis","data","docker-container","reddit","sentiment-analysis","trading","vader-sentimentintensityanalyzer","wallstreetbets","wallstreetbets-sentiment-analysis"],"created_at":"2024-09-26T02:04:54.429Z","updated_at":"2025-10-23T06:30:18.214Z","avatar_url":"https://github.com/asad70.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Docker Container wallstreetbets-sentiment-analysis\n\nA docker container using restful endpoints exposed on port 5000 \"/analyze\" to gather sentiment analysis on the wsb subreddit.\n* [Check out the main branch for non docker/web version](https://github.com/asad70/wallstreetbets-sentiment-analysis/tree/main)\n\n\n## Getting Started\n\nThese instructions will cover usage information and for the docker container \n\n### Prerequisities\n\n\nIn order to run this container you'll need docker installed.\n\n* [Windows](https://docs.docker.com/windows/started)\n* [OS X](https://docs.docker.com/mac/started/)\n* [Linux](https://docs.docker.com/linux/started/)\n\n### Usage\n\n#### Container Startup\n\nList the different parameters available to your container\n\n```shell\ndocker run -p 5000:5000 -e CLIENT_ID= -e CLIENT_SECRET= -e USERNAME= -e PASSWORD= restfulleo/wallstreetbets-sentiment-analysis\n```\n\n#### Environment Variables\n\n* `CLIENT_ID` - A client_id from valid reddit account with a developer application setup.\n* `CLIENT_SECRET` - A client_secret from that developer application setup for the reddit account.\n* `USERNAME` - The username for the reddit account used above.\n* `PASSWORD` - The password used for the reddit account.\n\n#### Useful File Locations\n\n* `/app` - source directory\n\n## Built With\n\n* astroid==2.4.2\n* certifi==2020.12.5\n* chardet==4.0.0\n* click==7.1.2\n* colorama==0.4.4\n* cycler==0.10.0\n* Flask==1.1.2\n* idna==2.10\n* isort==5.7.0\n* itsdangerous==1.1.0\n* Jinja2==2.11.2\n* joblib==1.0.0\n* kiwisolver==1.3.1\n* lazy-object-proxy==1.4.3\n* MarkupSafe==1.1.1\n* matplotlib==3.3.3\n* mccabe==0.6.1\n* nltk==3.5\n* numpy==1.19.5\n* pandas==1.2.1\n* Pillow==8.1.0\n* praw==7.1.0\n* prawcore==1.5.0\n* pylint==2.6.0\n* pyparsing==2.4.7\n* python-dateutil==2.8.1\n* pytz==2020.5\n* regex==2020.11.13\n* requests==2.25.1\n* rope==0.18.0\n* six==1.15.0\n* squarify==0.4.3\n* toml==0.10.2\n* tqdm==4.56.0\n* update-checker==0.18.0\n* urllib3==1.26.2\n* websocket-client==0.57.0\n* Werkzeug==1.0.1\n* wrapt==1.12.1\n\n## Find Us\n\n* [GitHub](https://github.com/asad70/wallstreetbets-sentiment-analysis)\n\n## Authors\n\n* **asad70** - *Initial work* - [PurpleBooth](https://github.com/asad70)\n* **RestfulLeo23** - *Docker work* - [PurpleBooth](https://github.com/RestfulLeo23)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasad70%2Fwallstreetbets-sentiment-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasad70%2Fwallstreetbets-sentiment-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasad70%2Fwallstreetbets-sentiment-analysis/lists"}