Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shner-elmo committed Aug 11, 2024
1 parent cc29ed5 commit e7b66fd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
<div align="center">

<a href="https://pypi.org/project/tradingview-screener">![PyPi Version](https://badge.fury.io/py/tradingview-screener.svg)</a>
<a href="https://pypi.org/project/tradingview-screener">![Supported Python versions](https://img.shields.io/pypi/pyversions/tradingview-screener.svg?color=%2334D058)</a>
<a href="https://pepy.tech/project/tradingview-screener">![Downloads](https://static.pepy.tech/badge/tradingview-screener)</a>
<a href="https://pepy.tech/project/tradingview-screener">![Downloads](https://static.pepy.tech/badge/tradingview-screener/month)</a>
<a href="https://pypi.org/project/tradingview-screener">
<img alt="PyPi Version"
src="https://badge.fury.io/py/tradingview-screener.svg">
</a>
<a href="https://pypi.org/project/tradingview-screener">
<img alt="Supported Python versions"
src="https://img.shields.io/pypi/pyversions/tradingview-screener.svg?color=%2334D058">
</a>
<a href="https://pepy.tech/project/tradingview-screener">
<img alt="Downloads"
src="https://static.pepy.tech/badge/tradingview-screener">
</a>
<a href="https://pepy.tech/project/tradingview-screener">
<img alt="Downloads"
src="https://static.pepy.tech/badge/tradingview-screener/month">
</a>

</div>

Expand Down Expand Up @@ -100,8 +112,24 @@ from tradingview_screener import Query, col

For more examples have a look [here](https://shner-elmo.github.io/TradingView-Screener/tradingview_screener/query.html).


# Real-time data

So if you paid for a live-data add-on you need to login, you can do that
```python
```
---

# Comparison to similar packages

...

## Longevity this is made to last, even if the API changes

Learned from my mistakes and all columns, markets are documented in the website instead of being hardcoded in the library.
And the website is updated daily by a GH actions script.

You can also easily use other operations if theyre not documented: `Query.where({'left': ..., 'right': ..., 'operation': ...})`

# How it works

Expand Down
Binary file removed src/auth_config.pickle
Binary file not shown.

0 comments on commit e7b66fd

Please sign in to comment.