{"id":21949791,"url":"https://github.com/dogukanayd/catch-tweet-with-keyword","last_synced_at":"2025-08-30T16:08:30.683Z","repository":{"id":144309510,"uuid":"130197503","full_name":"dogukanayd/Catch-Tweet-with-Keyword","owner":"dogukanayd","description":"Get Tweet by giving keyword and do keyword analysis","archived":false,"fork":false,"pushed_at":"2018-05-23T01:28:13.000Z","size":1001,"stargazers_count":12,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T19:49:18.252Z","etag":null,"topics":["data-analysis","data-mining","data-science","datascience","keyword-analysis","python","python27","social-media","social-network","social-network-analysis","tweet","tweets","twitter","twitter-analysis","twitter-api","twitter-oauth","twitter-sentiment-analysis","twitterwordcloud","wordcloud"],"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/dogukanayd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-19T10:12:07.000Z","updated_at":"2023-03-23T13:57:13.000Z","dependencies_parsed_at":"2024-08-30T05:46:08.947Z","dependency_job_id":null,"html_url":"https://github.com/dogukanayd/Catch-Tweet-with-Keyword","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dogukanayd/Catch-Tweet-with-Keyword","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogukanayd%2FCatch-Tweet-with-Keyword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogukanayd%2FCatch-Tweet-with-Keyword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogukanayd%2FCatch-Tweet-with-Keyword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogukanayd%2FCatch-Tweet-with-Keyword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dogukanayd","download_url":"https://codeload.github.com/dogukanayd/Catch-Tweet-with-Keyword/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogukanayd%2FCatch-Tweet-with-Keyword/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272872562,"owners_count":25007382,"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-30T02:00:09.474Z","response_time":77,"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":["data-analysis","data-mining","data-science","datascience","keyword-analysis","python","python27","social-media","social-network","social-network-analysis","tweet","tweets","twitter","twitter-analysis","twitter-api","twitter-oauth","twitter-sentiment-analysis","twitterwordcloud","wordcloud"],"created_at":"2024-11-29T05:36:26.209Z","updated_at":"2025-08-30T16:08:30.630Z","avatar_url":"https://github.com/dogukanayd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CATCH TWEET WITH KEYWORD \n\nThis project allows you to extract data from the API with the entered word and date using the Twitter API.\n\n## Example of the outputs\n\n![](/outputs/outputsexample.png)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. \n\n### Prerequisites\n\nPython 2.7 and Pip\n\n### Installing\n\n\n```\ngit clone https://github.com/dogukanayd/Catch-Tweet-with-Keyword.git\ncd Catch-Tweet-with-Keyword\npip install -r requirements.txt\n```\n\nEnter your own keys into the settings.py \n```\n    YOUR_CONSUMER_KEY = 'YOUR_CONSUMER_KEY'\n    YOUR_CONSUMER_SECRET = 'YOUR_CONSUMER_SECRET_KEY'\n    YOUR_KEY = 'YOUR_KEY'\n    YOUR_SECRET = 'YOUR_SECRET_KEY'\n```\n\n## Running\n\nThe main function is called at the bottom of the catch_tweet.py file. Go there and enter the values you want.\n\nThe first parameter is the word you want to search for\n\nThe second parameter is how many days you want to go back\n\nThe third parameter is language choice for your keyword: Restricts tweets to the given language, given by an ISO 639-1 code. Language detection is best-effort.\n\nExample:\n\n\n```\nmain('btc', 7, 'tr')\n```\n\nGo to the folder where the project is located from the terminal\n\n```\ncd Catch-Tweet-with-Keyword\npython catch-tweet.py\n```\n\nKeyword Analysis\n\nGo to the keyword-analysis.py than\n\nChange the inside of this array you want to search for\n\n```\nkeywords = [\"dump\", \"pump\"]\n```\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogukanayd%2Fcatch-tweet-with-keyword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdogukanayd%2Fcatch-tweet-with-keyword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogukanayd%2Fcatch-tweet-with-keyword/lists"}