You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tradingview-webhooks-bot (TVWB) is a small, Python-based framework that allows you to extend or implement your own logic
20
20
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.
21
21
22
-
# The How
22
+
# The How 🏗
23
23
24
24
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.
25
25
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.
26
26
27
-
# Quickstart
27
+
# Quickstart 📘
28
28
29
29
If you an experienced Python developer, you can skip the Installation and Serving the app Sections.
30
30
They cover installing with pip and serving a flask app.
0 commit comments