About • Features • Installation • Images • Help
The TradingView-Webhook-Bot ⚙️ listens to TradingView alerts via webhooks using flask. All alerts can be instantly sent to Telegram, Discord, Twitter and/or Email.
- Telegram Support using the Python Telegram libary
- Discord Support using webhooks
- Twitter Support using tweepy libary
- Email Support using smtplib
- Alert channels can be enabled or disabled in
config.py - Differentiate between Buy and Sell alerts
- TradingView
{{close}},{{exchange}}etc. variables support. Read more here
💡 Best to run the bot on a VPS. I can recommend vultr.
- Clone this repository
git clone https://github.com/sixBit/TradingView-Webhook-Bot.git - Create your virtual environment
python3 -m venv TradingView-Webhook-Bot - Activate it
source TradingView-Webhook-Bot/bin/activate && TradingView-Webhook-Bot - Install all requirements
pip install -r requirements.txt - Edit and update
config.py - 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.
All kinds of contributions are welcome! The most basic way to show your support is to ⭐️ star the project, or to raise issues.

