{"id":28275260,"url":"https://github.com/fshmidt/telegram-commitment-bot","last_synced_at":"2026-04-20T13:36:26.894Z","repository":{"id":147208638,"uuid":"590758904","full_name":"fshmidt/telegram-commitment-bot","owner":"fshmidt","description":"This bot controlls your public promises, remind you dead-lines and remember if you didn't do what you promise.","archived":false,"fork":false,"pushed_at":"2023-01-24T17:37:04.000Z","size":484,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T12:52:47.467Z","etag":null,"topics":["bolt","bot","cicd","docker","dockerfile","golang","nosql","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fshmidt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-01-19T06:08:08.000Z","updated_at":"2024-02-04T17:26:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"df26e60b-62e8-46c3-a743-52c5c8f904a5","html_url":"https://github.com/fshmidt/telegram-commitment-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fshmidt/telegram-commitment-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fshmidt%2Ftelegram-commitment-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fshmidt%2Ftelegram-commitment-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fshmidt%2Ftelegram-commitment-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fshmidt%2Ftelegram-commitment-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fshmidt","download_url":"https://codeload.github.com/fshmidt/telegram-commitment-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fshmidt%2Ftelegram-commitment-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268272949,"owners_count":24223790,"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-01T02:00:08.611Z","response_time":67,"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":["bolt","bot","cicd","docker","dockerfile","golang","nosql","telegram","telegram-bot"],"created_at":"2025-05-21T03:13:47.995Z","updated_at":"2026-04-20T13:36:21.871Z","avatar_url":"https://github.com/fshmidt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Тестовое задание avitoTech\n\n\u003c!-- ToC start --\u003e\n# Содержание\n\n1. [Описание задачи](#Описание-задачи)\n1. [Реализация](#Реализация)\n1. [Endpoints](#Endpoints)\n1. [Запуск](#Запуск)\n1. [Примеры](#Примеры)\n\u003c!-- ToC end --\u003e\n\n# Описание бота\n\nЭтот бот контроллирует ваши обещания, запоминает дедлайны и напоминает о них. От обычного календаря он отличается тем, что находясь с вами в чатах с общими знакомыми, товарищами и друзьями, он будет стыдить и напоминать о приближающемся дедлайне, делая таким образом невыполнение обещания более неприятным.\n# Реализация\n\n- Подход \"Чистой Архитектуры\" и техника внедрения зависимости.\n- Работа с NoSQL базой данных [bolt](https://github.com/boltdb/bolt).\n- Конфигурация приложения - библиотека [viper](https://github.com/spf13/viper).\n- Запуск из Docker.\n- CI/CD Github-DigitalOcean\n  **Структура проекта:**\n```\n.\n├── pkg\n│   ├── config      // парсинг конфигурации\n│   ├── telegram    // логика бота\n│   └── repository  // взаимодействие с БД\n├── cmd             // точка входа в приложение\n```\n\n# Адрес бота\n\nhttps://t.me/obeshyalkin_bot\n\n# Запуск\n\n```\nmake build-image\nmake start-container\n```\nЕсли приложение запускается впервые, необходимо прокинуть ваш токен телеграма в окружение.\n\n# Примеры\n\n### 1. /start\n\n![start-obeshyalkin.png](/docs/start-obeshyalkin.png)\n\n### 2. /promise\n\n![promise-obeshyalkin.png](/docs/promise-obeshyalkin.png)\n\n### 4. /mypromises\n\n![mypromises-obeshyalkin.png](/docs/mypromises-obeshyalkin.png)\n\n### 5. /delete\n\n![delete-obeshyalkin.png](/docs/delete-obeshyalkin.png)\n\n### 5. Напоминания\n\n![remider-obeshyalkin-1.png](/docs/remider-obeshyalkin-1.png)\n![remider-obeshyalkin-2.png](/docs/remider-obeshyalkin-2.png)\n![remider-obeshyalkin-3.png](/docs/remider-obeshyalkin-3.png)\n\n### 6. Реакция на фразы-триггеры\n\n![proposition-obeshyalkin.png](/docs/proposition-obeshyalkin.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffshmidt%2Ftelegram-commitment-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffshmidt%2Ftelegram-commitment-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffshmidt%2Ftelegram-commitment-bot/lists"}