{"id":26347380,"url":"https://github.com/jtprogru/py-tg-moder","last_synced_at":"2025-03-16T07:16:45.707Z","repository":{"id":43338767,"uuid":"407870738","full_name":"jtprogru/py-tg-moder","owner":"jtprogru","description":"Телеграм-бот для простой модерации чата","archived":false,"fork":false,"pushed_at":"2024-03-02T15:02:25.000Z","size":99,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-02T16:24:32.841Z","etag":null,"topics":["moderation-bot","python","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtprogru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"jtprogru","patreon":"jtprogru"}},"created_at":"2021-09-18T13:40:19.000Z","updated_at":"2024-04-14T17:55:45.081Z","dependencies_parsed_at":"2024-03-01T15:27:17.086Z","dependency_job_id":"bef27091-ae82-4467-8111-e5aff592814b","html_url":"https://github.com/jtprogru/py-tg-moder","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtprogru%2Fpy-tg-moder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtprogru%2Fpy-tg-moder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtprogru%2Fpy-tg-moder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtprogru%2Fpy-tg-moder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtprogru","download_url":"https://codeload.github.com/jtprogru/py-tg-moder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835918,"owners_count":20355616,"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":["moderation-bot","python","telegram","telegram-bot"],"created_at":"2025-03-16T07:16:45.107Z","updated_at":"2025-03-16T07:16:45.691Z","avatar_url":"https://github.com/jtprogru.png","language":"Python","funding_links":["https://github.com/sponsors/jtprogru","https://patreon.com/jtprogru"],"categories":[],"sub_categories":[],"readme":"# py-tg-moder\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Docker](https://github.com/jtprogru/py-tg-moder/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/jtprogru/py-tg-moder/actions/workflows/docker-publish.yml)\n[![Testing](https://github.com/jtprogru/py-tg-moder/actions/workflows/testing.yml/badge.svg?branch=develop)](https://github.com/jtprogru/py-tg-moder/actions/workflows/testing.yml)\n[![Deploy](https://github.com/jtprogru/py-tg-moder/actions/workflows/deploy-k8s.yml/badge.svg)](https://github.com/jtprogru/py-tg-moder/actions/workflows/deploy-k8s.yml)\n[![GitHub stars](https://img.shields.io/github/stars/jtprogru/py-tg-moder.svg)](https://github.com/jtprogru/py-tg-moder/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues-raw/jtprogru/py-tg-moder)](https://github.com/jtprogru/py-tg-moder/issues)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/jtprogru/py-tg-moder)](https://github.com/jtprogru/py-tg-moder/releases/latest)\n[![GitHub](https://img.shields.io/github/license/jtprogru/py-tg-moder)](https://github.com/jtprogru/py-tg-moder/)\n[![Wiki](https://img.shields.io/badge/Wiki-READ-success)](https://github.com/jtprogru/py-tg-moder/wiki)\n\nБот-модератор для чата [@jtprgoru_chat](https://t.me/jtprgoru_chat)\n\nУмеет пока не так много, но начало положено.\n\n## Documentation\n\nВся документация, а так же основные \"хотелки на перспективу\" фиксируются в [Wiki](https://github.com/jtprogru/py-tg-moder/wiki) этого проекта. \n\n## Environment Variables\n\nПеред запуском создать файлик `src/.env` с содержимым:\n```ini\nexport TELEGRAM_BOT_TOKEN='1234567890:qwertyuiopHGVBNVJHVJVMNBVMNBVposdfghi'\nexport VERSION=0.1.2\nexport SENTRY_DSN=\"https://xxxxjkhkjahsdkjashd@o444444.ingest.sentry.io/1234567\"\n```\n\n## Run locally \n\nРазвернут на домашнем Docker Swarm через [Portainer](https://portainer.io). Запустить с помощью `docker compose up -d`: \n\n```yaml\n---\nversion: '3.7'\nservices:\n  bot:\n    image: ghcr.io/jtprogru/py-tg-moder:latest\n    env_file:\n      - ./src/.env\n```\n\n## Feedback\n\nЕсли случилось так, что ты начал использовать и у тебя есть фидбэк, пожалуйста создай [issues](https://github.com/jtprogru/py-tg-moder/issues) или обратись в Telegram-чат [@jtprogru_chat](https://t.me/jtprogru_chat).\n\n## Authors\n\n- Michael Savin\n  - :octocat: [@jtprogru](https://www.github.com/jtprogru)\n  - :bird: [@jtprogru](https://www.twitter.com/jtprogru)\n  - :moneybag: [savinmi.ru](https://savinmi.ru)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtprogru%2Fpy-tg-moder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtprogru%2Fpy-tg-moder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtprogru%2Fpy-tg-moder/lists"}