nelsonayamashita / tradingview-scrap

Basic Selenium trading view scrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tradingview scrap

Basic Selenium Trading View scrapper. This script is meant to be used with a cronjob or any other scheduling service.

To execute it once you need to call it and pass the file path where your .csv data will be saved and then the names of the Trading View stock addres. Example:

./scrap_stock.py data.csv BMFBOVESPA-B3SA3 BMFBOVESPA-DI1F2025 BMFBOVESPA-DI1F2033

This comand will take the current B3SA3, DI1F2025 and DI1F2033 price and save it in an already existing data.csv file.

You also need Selenium installed with the coresponding Gecko driver.

About

Basic Selenium trading view scrapper

License:GNU General Public License v3.0


Languages

Language:Python 100.0%