From 18c5a46190f825597e0fa1504477ae9816e92f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20F=C3=B6rtsch?= Date: Tue, 3 Mar 2026 13:19:37 +0100 Subject: [PATCH] redact exposed bot token, rename api title to StickerCloner API, clean up stale claude settings Co-Authored-By: Claude Opus 4.6 --- backend/.claude/settings.local.json | 1 - backend/app/main.py | 2 +- backend/botfather.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/.claude/settings.local.json b/backend/.claude/settings.local.json index d440fd5..d4f7804 100644 --- a/backend/.claude/settings.local.json +++ b/backend/.claude/settings.local.json @@ -1,7 +1,6 @@ { "permissions": { "allow": [ - "Bash(/Users/felixfoertsch/Developer/TelegramStickersDownloaderHTTP/.venv/bin/pip list:*)", "Bash(.venv/bin/pip install:*)", "Bash(python3:*)", "Bash(.venv/bin/python:*)", diff --git a/backend/app/main.py b/backend/app/main.py index 4745ef7..2168d9c 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -3,7 +3,7 @@ from fastapi.middleware.cors import CORSMiddleware from app.routers import stickersets -app = FastAPI(title="Telegram Stickers API") +app = FastAPI(title="StickerCloner API") app.add_middleware( CORSMiddleware, diff --git a/backend/botfather.md b/backend/botfather.md index c85c174..33b1fc0 100644 --- a/backend/botfather.md +++ b/backend/botfather.md @@ -4,7 +4,7 @@ Username: StiggerDLBot Done! Congratulations on your new bot. You will find it at t.me/StiggerDLBot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this. Use this token to access the HTTP API: -8247171504:AAE5o32Zv1B6N5VXh5S9m6H97LTB6c7Vu1s + Keep your token secure and store it safely, it can be used by anyone to control your bot. For a description of the Bot API, see this page: https://core.telegram.org/bots/api