This bot listens to TradingView alerts via webhooks and sends them instantly to Telegram, Discord, Twitter, and/or Email.
- Clone this repository
git clone https://github.com/itsaLca/Advanced-Tradingview-Webhook - Create your virtual environment
python3 -m venv TradingView-Webhook-Bot - Activate it
source TradingView-Webhook-Bot/bin/activate - Install all requirements
pip install -r requirements.txt - Edit and update the
config.pyfile - Setup TradingView alerts as shown here
- TradingViews variables like
{{close}},{{exchange}}etc. work as well. More can be found here - Your webhook url would be
http://YOUR-IP/webhook
- TradingViews variables like
- Run the bot
python main.py
It is recommended to run flask on a different port like 8080. It is then necessary to forward port 80 to 8080.
todo: add me :)
If you find the bot suitable for your needs, please consider donating whatever amount you like to:
1ChggGYVS4xmEQxevBHhYzeQMy9SR4GKde


