Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 654 Bytes

Bourse-buySell

Scarping and analyzing the data needed for buying and selling signals for bource

how-to-use

you only have to run the following command:
bash get-signal.sh
or you can do it step by step:
git clone https://github.com/PSS1998/Bourse-buySell.git
cd Bourse-buySell
mkdir bourse_price
wget -E http://www.tsetmc.com/Loader.aspx?ParTree=111C1417
gzip -d Loader.aspx?ParTree=111C1417.html.gz
mv Loader.aspx?ParTree=111C1417.html bourse-page.html
python3 get_bourse_address.py
python3 get-bourse-price.py
ls bourse_price > index.txt
cd main\ codes
bash command.sh