Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

ashtadsam/tsetmcExcelScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d8d4ab8 · May 8, 2020

History

3 Commits
May 8, 2020
Apr 23, 2020
Apr 23, 2020
Apr 23, 2020

Repository files navigation

Scrap StockMarket Price

You can easily run this and get latest or specific day price from http://www.tsetmc.com/ website! The .xlsx file will automatically save on your PC!

ENV

In order to run this program you need :

  1. Download GeckoDriver (Firefox).
  2. Set GeckoDriver in your environment variable.
  3. Create a .env file in root directory
  4. Specify DIR variable in .env (It a path in your computer to save downloaded data there...)

Run

> pip3 install virtualenv
> virtualenv env
> source env/bin/activate
> (env) pip3 install -r requirements.txt
> (env) python3 src/main.py

About

Download all daily data from tsetmc website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages