Metadata-Version: 2.1
Name: tradingview-utils
Version: 0.0.1
Summary: 
Author: Shneor
Author-email: 770elmo@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: tradingview-screener (>=3.0.0,<4.0.0)
Description-Content-Type: text/markdown


<div align="center">
    
  <a href="https://pypi.org/project/tradingview-utils">
    <img alt="PyPi Version"
         src="https://badge.fury.io/py/tradingview-utils.svg?icon=si%3Apython">
  </a>
  <a href="https://pypi.org/project/tradingview-utils">
    <img alt="Supported Python versions"
         src="https://img.shields.io/pypi/pyversions/tradingview-utils.svg?color=%2334D058">
  </a>
  <a href="https://pepy.tech/project/tradingview-utils">
    <img alt="Downloads"
         src="https://static.pepy.tech/badge/tradingview-utils">
  </a>
  <a href="https://pepy.tech/project/tradingview-utils">
    <img alt="Downloads"
         src="https://static.pepy.tech/badge/tradingview-utils/month">
  </a>
    
</div>


```sh
pip install tradingview-utils
```

# tradingview-utils

Utilities and helper functions for working with TradingView's API.

There are a couple of modules in this library:
* **Cookies**: Signin in, validating, getting expiry date, etc.
* **Screener**: Screener helpers and recipes (i.e. for getting the earnings calendar)
* **Utils**: Random utils grouped together
* **Websocket**: Getting live data through the charts API (still work in progress!)

This is just the beginning, there is still a lot more that I want to add.
Feel free to open a PR or Issue with feedback or whatever.

