redact exposed bot token, rename api title to StickerCloner API, clean up stale claude settings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(/Users/felixfoertsch/Developer/TelegramStickersDownloaderHTTP/.venv/bin/pip list:*)",
|
|
||||||
"Bash(.venv/bin/pip install:*)",
|
"Bash(.venv/bin/pip install:*)",
|
||||||
"Bash(python3:*)",
|
"Bash(python3:*)",
|
||||||
"Bash(.venv/bin/python:*)",
|
"Bash(.venv/bin/python:*)",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from fastapi.middleware.cors import CORSMiddleware
|
|||||||
|
|
||||||
from app.routers import stickersets
|
from app.routers import stickersets
|
||||||
|
|
||||||
app = FastAPI(title="Telegram Stickers API")
|
app = FastAPI(title="StickerCloner API")
|
||||||
|
|
||||||
app.add_middleware(
|
app.add_middleware(
|
||||||
CORSMiddleware,
|
CORSMiddleware,
|
||||||
|
|||||||
@@ -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.
|
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:
|
Use this token to access the HTTP API:
|
||||||
8247171504:AAE5o32Zv1B6N5VXh5S9m6H97LTB6c7Vu1s
|
<REDACTED — regenerate token via @BotFather>
|
||||||
Keep your token secure and store it safely, it can be used by anyone to control your bot.
|
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
|
For a description of the Bot API, see this page: https://core.telegram.org/bots/api
|
||||||
|
|||||||
Reference in New Issue
Block a user