From 8d57704b120f2029d150fafdb392624916b16efb Mon Sep 17 00:00:00 2001 From: FabCodes Date: Fri, 21 Aug 2020 09:29:28 +0200 Subject: [PATCH] Minor updates --- .github/FUNDING.yml | 2 +- LICENSE | 2 +- README.md | 28 ++++++++++++++-------------- config.py | 2 +- handler.py | 2 +- main.py | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 98f9b57..96ea42e 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: ['spranger.dev/coffee'] +custom: ['fabian.cx/buymeacoffee'] diff --git a/LICENSE b/LICENSE index a975a31..d138bc7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 fspranger +Copyright (c) 2020 TheDevFab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0222223..c76daa5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -

+

Python version - GitHub license - GitHub issues - GitHub pull requests -
GitHub stars - GitHub forks - GitHub watchers + GitHub license + GitHub issues + GitHub pull requests +
GitHub stars + GitHub forks + GitHub watchers

@@ -31,19 +31,19 @@ All alerts can be instantly sent to Telegram, Discord, Twitter and/or Email. - Discord Support using [webhooks](https://support.discord.com/hc/de/articles/228383668-Webhooks-verwenden) - Twitter Support using the [tweepy](https://github.com/tweepy/tweepy) libary - Email Support using [smtplib](https://docs.python.org/3/library/smtplib.html) -- Alert channels can be enabled or disabled in [`config.py`](https://github.com/fspranger/TradingView-Webhook-Bot/blob/master/config.py) -- Whitelisted words can be easily added in [`config.py`](https://github.com/fspranger/TradingView-Webhook-Bot/blob/master/config.py) +- Alert channels can be enabled or disabled in [`config.py`](https://github.com/TheDevFab/TradingView-Webhook-Bot/blob/master/config.py) +- Whitelisted words can be easily added in [`config.py`](https://github.com/TheDevFab/TradingView-Webhook-Bot/blob/master/config.py) - TradingView `{{close}}`, `{{exchange}}` etc. variables support. Read more [here](https://www.tradingview.com/blog/en/introducing-variables-in-alerts-14880/) -> 💡 Got a feature idea? Open an [issue](https://github.com/fspranger/TradingView-Webhook-Bot/issues/new) and I might implement it. +> 💡 Got a feature idea? Open an [issue](https://github.com/TheDevFab/TradingView-Webhook-Bot/issues/new) and I might implement it. ## Installation -> ⚠️ Best to run the bot on a VPS. I can recommend [vultr](https://spranger.dev/vultr). -1. Clone this repository `git clone https://github.com/fspranger/TradingView-Webhook-Bot.git` +> ⚠️ Best to run the bot on a VPS. I can recommend [Hetzner](https://hetzner.com/). +1. Clone this repository `git clone https://github.com/TheDevFab/TradingView-Webhook-Bot.git` 1. Create your virtual environment `python3 -m venv TradingView-Webhook-Bot` 1. Activate it `source TradingView-Webhook-Bot/bin/activate && TradingView-Webhook-Bot` 1. Install all requirements `pip install -r requirements.txt` -1. Edit and update [`config.py`](https://github.com/fspranger/TradingView-Webhook-Bot/blob/master/config.py) +1. Edit and update [`config.py`](https://github.com/TheDevFab/TradingView-Webhook-Bot/blob/master/config.py) 1. Setup TradingView alerts as shown [here](https://i.imgur.com/71UYTcu.png) - TradingViews variables like `{{close}}`, `{{exchange}}` etc. work as well. More can be found [here](https://www.tradingview.com/blog/en/introducing-variables-in-alerts-14880/) - Your webhook url would be `http:///webhook` @@ -57,4 +57,4 @@ All alerts can be instantly sent to Telegram, Discord, Twitter and/or Email. ## How can I help? All kinds of contributions are welcome! -The most basic way to show your support is to `⭐️ star` the project, or to raise [`🐞issues`](https://github.com/fspranger/TradingView-Webhook-Bot/issues/new). To keep me going you could also buy me a [`☕️ coffee`](https://spranger.dev/coffee). Any kind of support means a lot to me. 🙌 \ No newline at end of file +The most basic way to show your support is to `⭐️ star` the project, or to raise [`🐞issues`](https://github.com/TheDevFab/TradingView-Webhook-Bot/issues/new). To keep me going you could also buy me a [`☕️ coffee`](http://fabian.cx/buymeacoffee). Any kind of support means a lot to me. 🙌 \ No newline at end of file diff --git a/config.py b/config.py index c082bdf..af7812a 100644 --- a/config.py +++ b/config.py @@ -1,6 +1,6 @@ # ----------------------------------------------- # # Plugin Name : TradingView-Webhook-Bot # -# Author Name : fspranger # +# Author Name : TheDevFab # # File Name : config.py # # ----------------------------------------------- # diff --git a/handler.py b/handler.py index 2259037..a794503 100644 --- a/handler.py +++ b/handler.py @@ -1,6 +1,6 @@ # ----------------------------------------------- # # Plugin Name : TradingView-Webhook-Bot # -# Author Name : fspranger # +# Author Name : TheDevFab # # File Name : handler.py # # ----------------------------------------------- # diff --git a/main.py b/main.py index 0a5bd6e..91cf928 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ # ----------------------------------------------- # # Plugin Name : TradingView-Webhook-Bot # -# Author Name : fspranger # +# Author Name : TheDevFab # # File Name : main.py # # ----------------------------------------------- #