Update config.py

pull/95/head
Ngô Vũ Công Hậu 2022-06-13 15:35:22 +07:00 zatwierdzone przez GitHub
rodzic d1d7699e24
commit 0937eff22a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 26 usunięć

Wyświetl plik

@ -17,29 +17,3 @@ sec_key = (
send_telegram_alerts = False
tg_token = "" # Bot token. Get it from @Botfather
channel = 0 # Channel ID (ex. -1001487568087)
# Discord Settings
send_discord_alerts = False
discord_webhook = "" # Discord Webhook URL (https://support.discordapp.com/hc/de/articles/228383668-Webhooks-verwenden)
# Slack Settings
send_slack_alerts = False
slack_webhook = "" # Slack Webhook URL (https://api.slack.com/messaging/webhooks)
# Twitter Settings
send_twitter_alerts = False
tw_ckey = ""
tw_csecret = ""
tw_atoken = ""
tw_asecret = ""
# Email Settings
send_email_alerts = False
email_sender = "" # Your email address
email_receivers = ["", ""] # Receivers, can be multiple
email_subject = "Trade Alert!"
email_port = 465 # SMTP SSL Port (ex. 465)
email_host = "" # SMTP host (ex. smtp.gmail.com)
email_user = "" # SMTP Login credentials
email_password = "" # SMTP Login credentials