Only an asset Scrapper based on https://statusinvest.com/fundos-imobiliarios/<TickerToScrape>
(Ex.: hctr11)
python scrapper/main.py -a <hctr11 recr11 ...> -p <10 32 ...> [-o filename without extension]
scrapper-a <hctr11 recr11 ...> -p <10 32 ...> [-o filename without extension]
- run
pipenv install
thenpipenv shell
- you can install this
.whl
by runnning:pip wheel -w dist .
thenpip install dist/scrapper
- If you're in pipenv, please use
pipenv run
before these commands
- If you're in pipenv, please use
- run
jq '[.Assets[] | .Position * .Next.Value] | add' myfile.json
orscrapper -a hctr11 -p 18 | jq '[.Assets[] | .Position * .Next.Value] | add'