{"id":13592841,"url":"https://github.com/asad70/reddit-sentiment-analysis","last_synced_at":"2025-10-14T11:05:39.764Z","repository":{"id":37498358,"uuid":"330481220","full_name":"asad70/reddit-sentiment-analysis","owner":"asad70","description":"This program goes thru reddit, finds the most mentioned tickers and uses Vader SentimentIntensityAnalyzer to calculate the ticker compound value.  ","archived":false,"fork":false,"pushed_at":"2023-03-28T17:13:52.000Z","size":113,"stargazers_count":258,"open_issues_count":0,"forks_count":93,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-31T10:08:59.545Z","etag":null,"topics":["algotrading","data-science","data-science-projects","data-visualization","mentioned-tickers","reddit","reddit-sentiment-analysis","sentiment","sentiment-analysis","stocks","ticker-compound","trading","vader","vader-sentiment-analysis","vader-sentimentintensityanalyzer","wallstreetbets"],"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,"governance":null}},"created_at":"2021-01-17T20:34:07.000Z","updated_at":"2025-03-24T01:22:44.000Z","dependencies_parsed_at":"2023-10-20T17:51:25.434Z","dependency_job_id":null,"html_url":"https://github.com/asad70/reddit-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%2Freddit-sentiment-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asad70%2Freddit-sentiment-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asad70%2Freddit-sentiment-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asad70%2Freddit-sentiment-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asad70","download_url":"https://codeload.github.com/asad70/reddit-sentiment-analysis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648976,"owners_count":20972945,"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","data-science","data-science-projects","data-visualization","mentioned-tickers","reddit","reddit-sentiment-analysis","sentiment","sentiment-analysis","stocks","ticker-compound","trading","vader","vader-sentiment-analysis","vader-sentimentintensityanalyzer","wallstreetbets"],"created_at":"2024-08-01T16:01:13.803Z","updated_at":"2025-10-14T11:05:34.741Z","avatar_url":"https://github.com/asad70.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# reddit-sentiment-analysis\nThis program goes through reddit, finds the most mentioned tickers and uses Vader SentimentIntensityAnalyzer to calculate the ticker compound value.  \n\n## Program Parameters\n\u003cpre\u003e\nsubs = []           sub-reddit to search\npost_flairs = {}    posts flairs to search || None flair is automatically considered\ngoodAuth = {}       authors whom comments are allowed more than once\nuniqueCmt = True    allow one comment per author per symbol\nignoreAuthP = {}    authors to ignore for posts\nignoreAuthC = {}    authors to ignore for comment \nupvoteRatio = float upvote ratio for post to be considered, 0.70 = 70%\nups = int           define # of upvotes, post is considered if upvotes exceed this #\nlimit = int         define the limit, comments 'replace more' limit\nupvotes = int       define # of upvotes, comment is considered if upvotes exceed this #\npicks = int         define # of picks here, prints as \"Top ## picks are:\"\npicks_ayz = int     define # of picks for sentiment analysis\n\u003c/pre\u003e\n\n# How to run:\n    \n    pip install -r requirements.txt\n    python3 reddit-sentiment-analysis.py\n    \n    \n## Sample Output\nIt took 1574.61 seconds to analyze 14236 comments in 8 posts in 1 subreddits.\n\nPosts analyzed saved in titles\n\n10 most mentioned picks:\\\nGME: 764\\\nSPCE: 183\\\nPLTR: 89\\\nTSLA: 71\\\nMVIS: 42\\\nNVDA: 34\\\nAMD: 30\\\nF: 29\\\nTLRY: 29\\\nAAPL: 26\n\nSentiment analysis of top 5 picks:\\\n     \u0026nbsp;\u0026nbsp;\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;Bearish \u0026nbsp;Neutral \u0026nbsp;Bullish\u0026nbsp; Total/Compound\\\nGME   \u0026nbsp; 0.087  \u0026nbsp; 0.707  \u0026nbsp;\u0026nbsp; 1.548    \u0026nbsp;\u0026nbsp;\u0026nbsp;      0.030\\\nSPCE  \u0026nbsp; 0.119  \u0026nbsp; 0.645  \u0026nbsp;\u0026nbsp; 1.618    \u0026nbsp;\u0026nbsp;\u0026nbsp;      0.027\\\nPLTR  \u0026nbsp; 0.073  \u0026nbsp; 0.649  \u0026nbsp;\u0026nbsp; 1.751    \u0026nbsp;\u0026nbsp;\u0026nbsp;      0.032\\\nTSLA  \u0026nbsp; 0.088  \u0026nbsp; 0.650  \u0026nbsp;\u0026nbsp; 1.543    \u0026nbsp;\u0026nbsp;\u0026nbsp;      0.049\\\nMVIS  \u0026nbsp; 0.155  \u0026nbsp; 0.698  \u0026nbsp;\u0026nbsp; 1.714    \u0026nbsp;\u0026nbsp;\u0026nbsp;     -0.020\n![](mentioned.png)\n![](sentiment.png)\n\n## Data:\nIncludes US stocks with market cap \u003e 100 Million, and price above $3. It doesn't include penny stocks.\\\nYou can download data from here:\\\nSource (US stocks):  https://www.nasdaq.com/market-activity/stocks/screener?exchange=nasdaq\u0026letter=0\u0026render=download\\\n\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasad70%2Freddit-sentiment-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasad70%2Freddit-sentiment-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasad70%2Freddit-sentiment-analysis/lists"}