{"id":18735439,"url":"https://github.com/codekeyz/joynews-web-scraper","last_synced_at":"2025-11-15T14:30:14.096Z","repository":{"id":112878872,"uuid":"183056307","full_name":"codekeyz/joynews-web-scraper","owner":"codekeyz","description":"A Web Scraper built with Python to fetch news from the JoyNews Ghana Website","archived":false,"fork":false,"pushed_at":"2019-02-26T19:37:14.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-28T16:35:22.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/codekeyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-04-23T16:38:40.000Z","updated_at":"2021-03-27T12:49:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae34a932-2751-4410-ada7-2230f11b37f4","html_url":"https://github.com/codekeyz/joynews-web-scraper","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/codekeyz%2Fjoynews-web-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fjoynews-web-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fjoynews-web-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fjoynews-web-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekeyz","download_url":"https://codeload.github.com/codekeyz/joynews-web-scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239608886,"owners_count":19667753,"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":[],"created_at":"2024-11-07T15:16:58.237Z","updated_at":"2025-11-15T14:30:14.061Z","avatar_url":"https://github.com/codekeyz.png","language":"Python","readme":"# JoyNews Ghana Web Scraper\nTired of Going online to read some hot News from JoyNews Ghana Web, so just decide to create this little script and use in an API for my own customized Android News App.\n\n## Usage\n\n```python\nfrom joyscraper import JoyScraper\n\nheadlines = JoyScraper.get_headlines()\ncrimenews = JoyScraper.get_crimenews()\n\nprint(headlines)\n\nprint(crimenews)\n\n```\n\n#### Headlines Response\n\n```jsons\n[\n    {   \n        'link': 'https://www.myjoyonline.com/news/2019/February-25th/eoco-boss-kk-amoah-retires.php',\n        'title': 'EOCO boss K.K. Amoah to retire end of February ', \n        'category': 'Main Headline', \n        'image': 'https://photos.myjoyonline.com/photos/news/201401/176552325124_166433872499.jpg'\n    }\n    ...\n]\n```\n\n#### Crime News Response\n\n```jsons\n[ \n    {\n        'link': 'https://www.myjoyonline.com/news/2019/February-19th/shs-student-in-court-over-5-robbery-at-knifepoint.php',\n        'image': 'https://photos.myjoyonline.com/photos/news/201501/4417680729077_4626410929744.jpg\", \n        'title': \"SHS student in court over \\u00a25 robbery at knifepoint\", \n        'date': \"February 19, 2019\",\n        'views': '5588'\n    }\n    ...\n]\n```\n\n#### Todo's\n- Latest Business News\n- Latest Politics News\n\n\n##### Inspired by [Eklhënäm Mensah]('https://github.com/maaddae')\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekeyz%2Fjoynews-web-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekeyz%2Fjoynews-web-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekeyz%2Fjoynews-web-scraper/lists"}