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