kopia lustrzana https://github.com/fabston/TradingView-Webhook-Bot
Update config.py
rodzic
d1d7699e24
commit
0937eff22a
26
config.py
26
config.py
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue