Scrapes ETF (Exchange Traded Fund) Listed on Borsa Italiana and output to excel files..
OS X & Linux:
git clone https://github.com/Fabio82/etf-scraper.git
cd etf-scraper
pipenv sync
It is very simple:
pipenv run python scrap.py
pipenv run python excel-maker.py
the program will generate one excel with all the etf and an excel with the dividend of those etf that have dividends.
Fabio82 – @fabio8ne
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/fabio82/etf-scraper
- Fork it (https://github.com/fabio82/etf-scraper)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request