{"id":20495539,"url":"https://github.com/vyahello/newspaper-parser","last_synced_at":"2025-08-27T14:21:09.901Z","repository":{"id":44729180,"uuid":"255663662","full_name":"vyahello/newspaper-parser","owner":"vyahello","description":"🗞️ Web tool to parse newspaper resources (python + flask + html/css + travisCI + heroku) ","archived":false,"fork":false,"pushed_at":"2023-02-10T22:46:40.000Z","size":25915,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T18:30:38.329Z","etag":null,"topics":["web-parser"],"latest_commit_sha":null,"homepage":"https://newspaper-parser.herokuapp.com","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/vyahello.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-14T16:30:57.000Z","updated_at":"2023-03-07T16:39:06.000Z","dependencies_parsed_at":"2023-01-24T21:45:47.643Z","dependency_job_id":null,"html_url":"https://github.com/vyahello/newspaper-parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vyahello/newspaper-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fnewspaper-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fnewspaper-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fnewspaper-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fnewspaper-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vyahello","download_url":"https://codeload.github.com/vyahello/newspaper-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Fnewspaper-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272339820,"owners_count":24917256,"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-27T02:00:09.397Z","response_time":76,"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":["web-parser"],"created_at":"2024-11-15T17:46:21.509Z","updated_at":"2025-08-27T14:21:09.878Z","avatar_url":"https://github.com/vyahello.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n[![Build Status](https://travis-ci.org/vyahello/newspaper-parser.svg?branch=master)](https://travis-ci.org/vyahello/newspaper-parser)\n[![Coverage Status](https://coveralls.io/repos/github/vyahello/newspaper-parser/badge.svg?branch=master)](https://coveralls.io/github/vyahello/newspaper-parser?branch=master)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Checked with pylint](https://img.shields.io/badge/pylint-checked-blue)](https://www.pylint.org)\n[![Checked with flake8](https://img.shields.io/badge/flake8-checked-blue)](http://flake8.pycqa.org/)\n[![Checked with pydocstyle](https://img.shields.io/badge/pydocstyle-checked-yellowgreen)](http://www.pydocstyle.org/)\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE.md)\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![CodeFactor](https://www.codefactor.io/repository/github/vyahello/newspaper-parser/badge)](https://www.codefactor.io/repository/github/vyahello/newspaper-parser)\n\n# Newspaper parser\n\n\u003e A sample web tool to parse given newspaper resources.\n\u003e \n\u003e Please check https://newspaper-parser.herokuapp.com to get familiar with an application.\n\n_**Note**: please take into account that it is built for demo purpose but not for actual usage._\n\n## Tools\n\n### Production\n\n- python 3.6, 3.7, 3.8\n- [flask](https://flask.palletsprojects.com)\n\n### Development\n\n- [travis](https://travis-ci.org/) CI\n- [pytest](https://pypi.org/project/pytest/)\n- [black](https://black.readthedocs.io/en/stable/)\n- [mypy](http://mypy.readthedocs.io/en/latest)\n- [pylint](https://www.pylint.org/)\n- [flake8](http://flake8.pycqa.org/en/latest/)\n- [pydocstyle](https://github.com/PyCQA/pydocstyle)\n\n## Usage\n\n![Usage](usage.gif)\n\n### Quick start\n\nPlease open https://newspaper-parser.herokuapp.com and start using an application.\n\n### Source code\n\n```bash\ngit clone git@testhome:vyahello/newspaper-parser\npython -m article\n```\n\nAfter, please open [0.0.0.0:5001](http://0.0.0.0:5001) endpoint.\n\n**[⬆ back to top](#newspaper-parser)**\n\n## Development notes\n\n### Testing\n\nGenerally, `pytest` tool is used to organize testing procedure.\n\nPlease follow next command to run unittests:\n```bash\npytest\n```\n\n### CI\n\nProject has Travis CI integration using [.travis.yml](.travis.yml) file thus code analysis (`black`, `pylint`, `flake8`, `mypy`, `pydocstyle`) and unittests (`pytest`) will be run automatically after every made change to the repository.\n\nTo be able to run code analysis, please execute command below:\n```bash\n./analyse-source-code.sh\n```\n### Release notes\n\nPlease check [changelog](CHANGELOG.md) file to get more details about actual versions and it's release notes.\n\n### Meta\n\nAuthor – _Volodymyr Yahello_. Please check [authors](AUTHORS.md) file for more details.\n\nDistributed under the `MIT` license. See [license](LICENSE.md) for more information.\n\nYou can reach out me at:\n* [vyahello@gmail.com](vyahello@gmail.com)\n* [https://twitter.com/vyahello](https://twitter.com/vyahello)\n* [https://www.linkedin.com/in/volodymyr-yahello-821746127](https://www.linkedin.com/in/volodymyr-yahello-821746127)\n\n### Contributing\n1. clone the repository\n2. configure Git for the first time after cloning with your `name` and `email`\n3. `pip install -r requirements.txt` to install all project dependencies\n4. `pip install -r requirements-dev.txt` to install all development project dependencies\n\n**[⬆ back to top](#newspaper-parser)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvyahello%2Fnewspaper-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvyahello%2Fnewspaper-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvyahello%2Fnewspaper-parser/lists"}