{"id":19115372,"url":"https://github.com/perchunpak/the-war-tracker-bot","last_synced_at":"2025-04-19T00:32:49.103Z","repository":{"id":104277319,"uuid":"593762299","full_name":"PerchunPak/the-war-tracker-bot","owner":"PerchunPak","description":"The bot that doom-scrolls through the war news for you!","archived":false,"fork":false,"pushed_at":"2023-11-14T23:13:52.000Z","size":957,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-15T00:25:56.763Z","etag":null,"topics":["scrapper","telegram","ukraine","war"],"latest_commit_sha":null,"homepage":"https://the-war-tracker-bot.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerchunPak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-01-26T19:32:30.000Z","updated_at":"2023-09-11T15:33:23.000Z","dependencies_parsed_at":"2023-09-25T02:47:34.057Z","dependency_job_id":"52f35bfe-ecb1-4a3b-8256-9f925772b89f","html_url":"https://github.com/PerchunPak/the-war-tracker-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerchunPak%2Fthe-war-tracker-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerchunPak%2Fthe-war-tracker-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerchunPak%2Fthe-war-tracker-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerchunPak%2Fthe-war-tracker-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerchunPak","download_url":"https://codeload.github.com/PerchunPak/the-war-tracker-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223786797,"owners_count":17202603,"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":["scrapper","telegram","ukraine","war"],"created_at":"2024-11-09T04:46:13.347Z","updated_at":"2024-11-09T04:46:13.978Z","avatar_url":"https://github.com/PerchunPak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# the-war-tracker-bot\n\n[![Support Ukraine](https://badgen.net/badge/support/UKRAINE/?color=0057B8\u0026labelColor=FFD700)](https://www.gov.uk/government/news/ukraine-what-you-can-do-to-help)\n\n[![Build Status](https://github.com/PerchunPak/the-war-tracker-bot/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/PerchunPak/the-war-tracker-bot/actions?query=workflow%3Atest)\n[![codecov](https://codecov.io/gh/PerchunPak/the-war-tracker-bot/branch/master/graph/badge.svg)](https://codecov.io/gh/PerchunPak/the-war-tracker-bot)\n[![Documentation Build Status](https://readthedocs.org/projects/the-war-tracker-bot/badge/?version=latest)](https://the-war-tracker-bot.readthedocs.io/)\n[![Supported languages](https://img.shields.io/badge/languages-en%20%7C%20uk-brightgreen)](https://the-war-tracker-bot.readthedocs.io)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Python support versions badge](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://www.python.org/downloads/)\n\nThe bot that doom-scrolls through the war news for you!\n\n- [Документація українською](https://the-war-tracker-bot.readthedocs.io/uk_UA/latest)\n\n\u003e **Note**:\n\u003e This bot is still in very alpha stage. I will update the README with better instructions on how to use it soon.\n\n## Features\n\n- Free! We don't want any money from you!\n- Add yours!\n\n## Installing\n\nThis is the same with installing for local developing.\n\n```bash\ngit clone https://github.com/PerchunPak/the-war-tracker-bot.git\ncd the-war-tracker-bot\n```\n\n### Installing `poetry`\n\nNext we need install `poetry` with [recommended way](https://python-poetry.org/docs/master/#installation).\n\nIf you use Linux, use command:\n\n```bash\ncurl -sSL https://install.python-poetry.org | python -\n```\n\nIf you use Windows, open PowerShell with admin privileges and use:\n\n```powershell\n(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -\n```\n\n### Installing dependencies\n\n```bash\npoetry install --no-dev\n```\n\n#### Compiling translations\n\nThis required even if you want just use English.\n\n```bash\npybabel compile -d locales\n```\n\n### Configuration\n\nAll configuration happens in `config.yml`, or with environment variables.\n\n### If something is not clear\n\nYou can always write me!\n\n## Updating\n\nFor updating, just re-download repository (do not forget save config),\nif you used `git` for downloading, just run `git pull`.\nAfter that, you need update translations, commands the same as in installing section:\n\n```bash\npybabel compile -d locales\n```\n\n## Thanks\n\nThis project was generated with [python-template](https://github.com/PerchunPak/python-template).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperchunpak%2Fthe-war-tracker-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperchunpak%2Fthe-war-tracker-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperchunpak%2Fthe-war-tracker-bot/lists"}