A python library to scrape TradingView.
Project description
Trading view scraper in is a python library to scrape data from the trading view website. It currently runs only on windows.
Scrape Trading View
In this, we first import library using simple commands
from trading_view_scraper_in import *
response=trading.view_market_indices()
Response Data
"stock": "Dow 30",
"link": "https://in.tradingview.com/symbols/DJ-DJI/",
"price": "35911.82",
"price_change": "\u2212201.81",
"price_change_percent": "\u22120.56%"
BotStudio
Bot_Studio is needed for browser automation. As soon as this library is imported in code, automated browser will open up in which trading view page is loaded and scrapes the data from the page.
Installation
pip install trading-view-scraper-in
Import
from trading_view_scraper_in import *
Get indices
response=trading.view_market_indices()
Run bot on cloud
You can run bot on Cloud.
Send Feedback to Developers
bot_studio.send_feedback(feedback="Need help with this ......")
Contact Us
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for trading-view-scraper-in-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ac63af98c9fcda23265eea127d3190e1d057c65cc7ea5e59798ee29e9986858 |
|
MD5 | ebb9ca8274bcffc355e0644fced9e92a |
|
BLAKE2b-256 | b73da51d90175442d353ff84c8d287cdf82fcb2f1b971471488becaad5312857 |