Skip to content

This bot listens to TradingView alerts via webhooks and sends them instantly to Telegram, Discord and/or Email.

License

Notifications You must be signed in to change notification settings

bitog/TradingView-Webhook-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradingView Webhook Bot

Python3 GitHub license

This bot listens to TradingView alerts via webhooks and sends them instantly to Telegram, Discord and/or Email......

Usage

  1. Clone this repository git clone https://github.com/fabcx/TradingView-Webhook-Bot.git
  2. Create your virtual environment python3 -m venv TradingView-Webhook-Bot
  3. Activate it source TradingView-Webhook-Bot/bin/activate
  4. Install all requirements pip install -r requirements.txt
  5. Edit and update the config.py file
  6. 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
  7. 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.

Images

Webhook Bot

Donations

If you find the bot suitable for your needs, please consider donating whatever amount you like to:

Bitcoin (BTC)

13VmcVh7U3y7UQiUGp1nnyn6Pz9TPR61a9

About

This bot listens to TradingView alerts via webhooks and sends them instantly to Telegram, Discord and/or Email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%