Skip to content

Commit 4fbae02

Browse files
committed
update README.md
1 parent d0382a7 commit 4fbae02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77

88
[tvwb_demo.webm](https://user-images.githubusercontent.com/38849824/192352217-0bd08426-98b7-4188-8e5b-67d7aa93ba09.webm)
99

10-
### Live Demo
10+
### 📀 Live Demo 🖥
1111
**There's now a live demo available at [https://tvwb.robswc.com](https://tvwb.robswc.com).
1212
Feel free to check it out or send it some webhooks!**
1313

1414
[![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg)](https://www.digitalocean.com/?refcode=2865cad8f863&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
1515

1616

17-
# The What
17+
# The What 🔬
1818

1919
Tradingview-webhooks-bot (TVWB) is a small, Python-based framework that allows you to extend or implement your own logic
2020
using data from [Tradingview's webhooks](https://www.tradingview.com/support/solutions/43000529348-about-webhooks/). TVWB is not a trading library, it's a framework for building your own trading logic.
2121

22-
# The How
22+
# The How 🏗
2323

2424
TVWB is fundamentally a set of components with a webapp serving as the GUI. TVWB was built with event-driven architecture in mind that provides you with the building blocks to extend or implement your own custom logic.
2525
TVWB uses [Flask](https://flask.palletsprojects.com/en/2.2.x/) to handle the webhooks and provides you with a simple API to interact with the data.
2626

27-
# Quickstart
27+
# Quickstart 📘
2828

2929
If you an experienced Python developer, you can skip the Installation and Serving the app Sections.
3030
They cover installing with pip and serving a flask app.

0 commit comments

Comments
 (0)