{"id":20661347,"url":"https://github.com/parassharmaa/newsme","last_synced_at":"2026-05-30T04:31:22.210Z","repository":{"id":99994253,"uuid":"77914916","full_name":"Parassharmaa/NewsME","owner":"Parassharmaa","description":"Python Script to scrap the news headlines from news-websites. (Accuracy 88%)","archived":false,"fork":false,"pushed_at":"2017-04-30T14:59:11.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T16:18:14.124Z","etag":null,"topics":["headline","news","python-3","scraping"],"latest_commit_sha":null,"homepage":null,"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/Parassharmaa.png","metadata":{"files":{"readme":"README.md","changelog":"newsme/__init__.py","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":"2017-01-03T12:23:53.000Z","updated_at":"2017-10-30T06:14:42.000Z","dependencies_parsed_at":"2023-05-19T19:00:49.345Z","dependency_job_id":null,"html_url":"https://github.com/Parassharmaa/NewsME","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Parassharmaa/NewsME","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parassharmaa%2FNewsME","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parassharmaa%2FNewsME/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parassharmaa%2FNewsME/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parassharmaa%2FNewsME/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Parassharmaa","download_url":"https://codeload.github.com/Parassharmaa/NewsME/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parassharmaa%2FNewsME/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33680522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["headline","news","python-3","scraping"],"created_at":"2024-11-16T19:08:44.179Z","updated_at":"2026-05-30T04:31:22.195Z","avatar_url":"https://github.com/Parassharmaa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NewsME  \n## A Headline-Scrapper\n\n`Python Script to scrap the news+urls headlines from news-websites.`\n\n***\n### Usage::\n1.Importing \n```python\n\nfrom newsme.nm import NewsMe\n\n```\n\n2.Get Beutified HTML\n```python\n\nurl = \"http://timesofindia.com\"\n\nN = NewsMe(url)\n\nprint(N.html())\n\n```\n\n3.Get headlines with urls:\n```python\n\nN.headlines()\n#List of tuples containing (newsHeadline, url) is returned\n\n```\n\n4.Change the order to fetch more accurate headlines data\n```python\n\nN = NewsMe(url, order=3)\n\n```\n***\n### External Dependencies:\n\n* beautifulsoup4\n* urllib\n\n***\n### Contribute\nNew Features and Contributions are accepted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparassharmaa%2Fnewsme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparassharmaa%2Fnewsme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparassharmaa%2Fnewsme/lists"}