Go to file
Daniil Fajnberg c23c963cd8 added async-session decorator from own project; changed logging setup; added CLI parameters 2021-11-30 12:46:48 +01:00
requirements added async-session decorator from own project; changed logging setup; added CLI parameters 2021-11-30 12:46:48 +01:00
src/mwfin added async-session decorator from own project; changed logging setup; added CLI parameters 2021-11-30 12:46:48 +01:00
tests implemented getting specific financial statement for multiple companies; fixed tests 2021-11-28 17:07:23 +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 added async-session decorator from own project; changed logging setup; added CLI parameters 2021-11-30 12:46:48 +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

...