Aggiungi supporto per il bot Telegram: aggiorna .env.example, pyproject.toml e uv.lock
This commit is contained in:
11
.env.example
11
.env.example
@@ -5,6 +5,7 @@
|
||||
# https://makersuite.google.com/app/apikey
|
||||
GOOGLE_API_KEY=
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Configurazioni per gli agenti di mercato
|
||||
###############################################################################
|
||||
@@ -21,6 +22,7 @@ CRYPTOCOMPARE_API_KEY=
|
||||
BINANCE_API_KEY=
|
||||
BINANCE_API_SECRET=
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Configurazioni per gli agenti di notizie
|
||||
###############################################################################
|
||||
@@ -31,6 +33,7 @@ NEWS_API_KEY=
|
||||
# https://cryptopanic.com/developers/api/
|
||||
CRYPTOPANIC_API_KEY=
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Configurazioni per API di social media
|
||||
###############################################################################
|
||||
@@ -38,3 +41,11 @@ CRYPTOPANIC_API_KEY=
|
||||
# https://www.reddit.com/prefs/apps
|
||||
REDDIT_API_CLIENT_ID=
|
||||
REDDIT_API_CLIENT_SECRET=
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Configurazioni per API di messaggistica
|
||||
###############################################################################
|
||||
|
||||
# https://core.telegram.org/bots/features#creating-a-new-bot
|
||||
TELEGRAM_BOT_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user