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 installthenpipenv shell
- you can install this
.whlby runnning:pip wheel -w dist .thenpip install dist/scrapper- If you're in pipenv, please use
pipenv runbefore these commands
- If you're in pipenv, please use
- run
jq '[.Assets[] | .Position * .Next.Value] | add' myfile.jsonorscrapper -a hctr11 -p 18 | jq '[.Assets[] | .Position * .Next.Value] | add'