{"id":20923846,"url":"https://github.com/iyazerski/news_classifier","last_synced_at":"2026-04-16T04:01:58.093Z","repository":{"id":143609740,"uuid":"551411749","full_name":"iyazerski/news_classifier","owner":"iyazerski","description":"RESTful API and background worker for news classification","archived":false,"fork":false,"pushed_at":"2022-10-16T20:26:27.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T22:43:22.144Z","etag":null,"topics":["docker","fastapi","nlp","rest-api"],"latest_commit_sha":null,"homepage":"https://newsclassifier.iyazerski.me","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iyazerski.png","metadata":{"files":{"readme":"README.md","changelog":"news_classifier/__init__.py","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-14T10:55:41.000Z","updated_at":"2022-10-16T20:30:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d450bbba-3e06-4fea-9647-fecf122f56dc","html_url":"https://github.com/iyazerski/news_classifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iyazerski/news_classifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyazerski%2Fnews_classifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyazerski%2Fnews_classifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyazerski%2Fnews_classifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyazerski%2Fnews_classifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iyazerski","download_url":"https://codeload.github.com/iyazerski/news_classifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyazerski%2Fnews_classifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["docker","fastapi","nlp","rest-api"],"created_at":"2024-11-18T20:18:02.863Z","updated_at":"2026-04-16T04:01:58.084Z","avatar_url":"https://github.com/iyazerski.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# news_classifier\n\n## Requirements\n\n- [python](https://www.python.org/downloads/)\n\n- [docker](https://docs.docker.com/get-docker/)\n\n- [docker-compose](https://docs.docker.com/compose/install/)\n\n- [pydeployhelp](https://pypi.org/project/pydeployhelp/)\n\n## Quickstart\n\nCreate `.env` file in project root with following content (replace example values to real):\n\n```text\n# common\nPROJECT_SLUG=news_classifier\nENV=dev\nCOMMUNICATOR_REPLICAS_NUM=1\nWORKER_REPLICAS_NUM=1\nVOLUMES_ROOT=/home/user/news_classifier\n\n# communicator\nPORT=8080\nDNS=some_dns.com\n\n# db\nDB_HOST=localhost\nDB_PORT=27017\nDB_USERNAME=user\nDB_PASSWORD=password\n\n# broker\nBROKER_HOST=localhost\nBROKER_PORT=5672\nBROKER_USERNAME=user\nBROKER_PASSWORD=password\n```\n\nRun\\build\\stop all\\any services:\n\n```console\nuser@host:~/news_classifier$ pydeployhelp\n```\n\n## Development\n\nTo run project in development mode you need to install requirements:\n\n```console\nuser@host:~/news_classifier$ python -m venv venv \u0026\u0026 source venv/bin/activate\n(venv) user@host:~/news_classifier$ pip install -r requirements/dev.txt\n```\n\nAnd then install package in dev mode:\n\n```console\n(venv) user@host:~/news_classifier$ python setup.py develop\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiyazerski%2Fnews_classifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiyazerski%2Fnews_classifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiyazerski%2Fnews_classifier/lists"}