From 5a02bb38a87e063bf57b12e9b6f64394bd578f5c Mon Sep 17 00:00:00 2001 From: konard Date: Fri, 12 Sep 2025 20:37:12 +0300 Subject: [PATCH 1/3] Initial commit with task details for issue #163 Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: https://github.com/linksplatform/Bot/issues/163 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 00000000..c0512d79 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +Issue to solve: https://github.com/linksplatform/Bot/issues/163 +Your prepared branch: issue-163-779c6de7 +Your prepared working directory: /tmp/gh-issue-solver-1757698627643 + +Proceed. \ No newline at end of file From 1dc55abdf852622a34767c3bcbfd6007fe6b5b6b Mon Sep 17 00:00:00 2001 From: konard Date: Fri, 12 Sep 2025 20:38:57 +0300 Subject: [PATCH 2/3] Add communication channels for project updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added Telegram channel and chat links for Tinkoff InvestAPI - Added link to project author's Pulse for latest updates - Addresses feedback request in issue #163 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de6d6918..072309ae 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,10 @@ Bot that can create "hello world" and have some other useful features. ## [Discord bot](https://github.com/linksplatform/Bot/tree/AddDiscrodBot/csharp/DiscordBot) Bot that can add new programmers to LinksPlatform team from discord to GitHub's organization. ## [Trader bot](https://github.com/linksplatform/Bot/tree/main/csharp/TraderBot) -Scalper strategy implementation. +Scalper strategy implementation using Tinkoff InvestAPI. + +### Communication Channels +For news, updates, and API-related discussions: +- [Telegram Channel](https://t.me/tinkoffinvestopenapi) - Official Tinkoff InvestAPI announcements +- [Telegram Chat](https://t.me/joinchat/VaW05CDzcSdsPULM) - General questions and community discussion +- [Project Author's Pulse](https://www.tinkoff.ru/invest/social/profile/konard) - Latest project updates From afeff16eef0dd0fbf9d0abdb14b6458dad45e929 Mon Sep 17 00:00:00 2001 From: konard Date: Fri, 12 Sep 2025 20:39:37 +0300 Subject: [PATCH 3/3] Remove CLAUDE.md - Claude command completed --- CLAUDE.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index c0512d79..00000000 --- a/CLAUDE.md +++ /dev/null @@ -1,5 +0,0 @@ -Issue to solve: https://github.com/linksplatform/Bot/issues/163 -Your prepared branch: issue-163-779c6de7 -Your prepared working directory: /tmp/gh-issue-solver-1757698627643 - -Proceed. \ No newline at end of file