{"id":26323146,"url":"https://github.com/volkanbicer/coinsentiment","last_synced_at":"2025-08-24T14:43:38.018Z","repository":{"id":50209825,"uuid":"126161124","full_name":"volkanbicer/coinsentiment","owner":"volkanbicer","description":"Cryptocurrency reddit sentiment analysis  application.","archived":false,"fork":false,"pushed_at":"2022-12-08T00:56:30.000Z","size":30,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T01:02:08.447Z","etag":null,"topics":["cryptocurrency","data-simulation","flask","python3","reddit","sentiment-analysis"],"latest_commit_sha":null,"homepage":"https://coinsentiment.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volkanbicer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-21T10:20:09.000Z","updated_at":"2023-10-01T15:26:02.000Z","dependencies_parsed_at":"2023-01-25T02:00:36.578Z","dependency_job_id":null,"html_url":"https://github.com/volkanbicer/coinsentiment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/volkanbicer/coinsentiment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkanbicer%2Fcoinsentiment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkanbicer%2Fcoinsentiment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkanbicer%2Fcoinsentiment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkanbicer%2Fcoinsentiment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volkanbicer","download_url":"https://codeload.github.com/volkanbicer/coinsentiment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkanbicer%2Fcoinsentiment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271889200,"owners_count":24839153,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cryptocurrency","data-simulation","flask","python3","reddit","sentiment-analysis"],"created_at":"2025-03-15T17:16:39.634Z","updated_at":"2025-08-24T14:43:37.942Z","avatar_url":"https://github.com/volkanbicer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coinsentiment\n\nDoes sentiment analysis based on subreddit and the comments belongs to topic.\nView live [here](https://coinsentiment.herokuapp.com/)\n\n## Installing\n\n* Create virtual environment\n```\nvirtualenv -p python3 p3env\n```\n* Activate environment\n```\nsource p3env/bin/activate\n```\n* Install dependencies\n```\npip install -r requirements.txt\n```\n* Install nltk [`vader_lexicon`](https://github.com/cjhutto/vaderSentiment) data\n```\n  python\n  import nltk\n  nltk.download('vader_lexicon')\n```\n* Reddit requires [OAuth2](https://github.com/reddit-archive/reddit/wiki/OAuth2) authentication. Create your client and then change configuration in appConfig.py\n  * `client_id`\n  * `client_secret`\n  * `password`\n  * `user_agent`\n  * `username`\n\n## Running\nSimply run application\n```bash\npython app.py\n```\n\nIf you want the run application in docker container\n\n```Bash\n./run.sh\n```\n\n## Built With\n* [Flask](https://github.com/pallets/flask)\n* [Flask Cache](https://github.com/thadeusb/flask-cache)\n* [Nltk](https://github.com/nltk/nltk)\n* [Praw](https://github.com/praw-dev/praw)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolkanbicer%2Fcoinsentiment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolkanbicer%2Fcoinsentiment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolkanbicer%2Fcoinsentiment/lists"}