From 451d6d1f65bfd6d328684df9e274fd4cd9b52362 Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Sun, 16 Aug 2026 19:44:53 +0300 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9Cworkbot=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/workbot.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/content/projects/workbot.json diff --git a/src/content/projects/workbot.json b/src/content/projects/workbot.json new file mode 100644 index 0000000..2dbb5d6 --- /dev/null +++ b/src/content/projects/workbot.json @@ -0,0 +1,14 @@ +{ + "sourceCode": "https://github.com/StepanovPlaton/WorkBot", + "featured": false, + "startDate": "2026-06-18T20:46:00.000+04:00", + "techStack": [ + "Python", + "Cursor" + ], + "status": "in-progress", + "title": "WorkBot", + "tags": [], + "description": "Telegram-бот для команды разработки: карточки задач из OpenProject и настраиваемые напоминания", + "category": "actual" +}