Go to file
Daniil Fajnberg a8745964a7 initial commmit; boilerplate 2021-11-21 21:44:03 +01:00
requirements initial commmit; boilerplate 2021-11-21 21:44:03 +01:00
.coveragerc initial commmit; boilerplate 2021-11-21 21:44:03 +01:00
.gitignore initial commmit; boilerplate 2021-11-21 21:44:03 +01:00
LICENSE initial commmit; boilerplate 2021-11-21 21:44:03 +01:00
README.md initial commmit; boilerplate 2021-11-21 21:44:03 +01:00
coverage.sh initial commmit; boilerplate 2021-11-21 21:44:03 +01:00
pyproject.toml initial commmit; boilerplate 2021-11-21 21:44:03 +01:00
setup.cfg initial commmit; boilerplate 2021-11-21 21:44:03 +01:00

README.md

MarketWatch financials scraper

Scrapes any company's financials from MarketWatch.com, which includes income statement, balance sheet, and cash flow statement.

Asynchronous HTTP requests are currently used by default.

Dependencies

Should run on most Linux/Windows systems. Tested on Arch.

Building

Clone this repo, install build via pip, then run pip -m build from the repository's root directory. This should produce a dist/ subdirectory with a wheel (build) and archive (source) distribution. The resulting whl-file can be installed via pip install path/dist/***.whl.

Running

...