Maximilian
  • Joined on 2021-11-07
Maximilian pushed to master at daniil-berg/mwfin 2021-12-26 22:23:17 +01:00
a2f3f590f6 test for __main__
Maximilian pushed to master at daniil-berg/mwfin 2021-12-26 20:08:48 +01:00
3276dbfae3 ditched csv; minor help text change
Maximilian pushed to master at daniil-berg/mwfin 2021-12-26 18:04:47 +01:00
2b3fb9f7ba implemented
8afab2fde8 planned function to get row indent
f7cb5de928 plan to encode row indentation as int & include it as the 1st element in the data tuple
c93fb9692e minor refactoring & adjustments
38dd29f35b all table rows to be considered relevant
Compare 5 commits »
Maximilian pushed to master at daniil-berg/mwfin 2021-12-03 15:19:25 +01:00
8d18e03018 implemented new function and adjusted function call sequence
a7dbdcf917 adjusted tests to call the new function
ca360413c3 test for new function to get any statement from many companies; renamed functions
Compare 3 commits »
Maximilian pushed to master at daniil-berg/mwfin 2021-12-03 11:56:17 +01:00
1f8104b1a0 refactoring
68f3e428ab plan to refactor get_company_financials; tests changed accordingly
Compare 2 commits »
Maximilian pushed to master at daniil-berg/mwfin 2021-11-28 15:53:30 +01:00
6dd37a4aa2 cli for writing to json/csv
2d9119a4be company financials returned as separate dicts; test fix
Compare 2 commits »
Maximilian pushed to master at daniil-berg/mwfin 2021-11-27 17:23:46 +01:00
2380540659 drafted remaining functions
Maximilian pushed to master at daniil-berg/mwfin 2021-11-26 23:39:46 +01:00
25be101cf9 function drafts
Maximilian pushed to master at daniil-berg/mwfin 2021-11-24 21:29:39 +01:00
1e0410a254 function for checking tr relevance
Maximilian pushed to master at daniil-berg/mwfin 2021-11-24 15:28:45 +01:00
8041386d52 more unit tests
Maximilian pushed to master at daniil-berg/mwfin 2021-11-23 14:51:35 +01:00
652ded4cd9 Record of essential html composition (mainly for testing)
Maximilian pushed to master at daniil-berg/mwfin 2021-11-22 19:52:45 +01:00
525d56ef63 first two unit tests
Maximilian pushed to master at daniil-berg/stocksymbolscraper 2021-11-15 15:48:49 +01:00
661a1a98da full coverage
Maximilian pushed to master at daniil-berg/stocksymbolscraper 2021-11-15 15:27:13 +01:00
f2756506af another unittest
Maximilian created branch decoupled_trs_from_page in daniil-berg/stocksymbolscraper 2021-11-13 20:09:57 +01:00
Maximilian pushed to decoupled_trs_from_page at daniil-berg/stocksymbolscraper 2021-11-13 20:09:57 +01:00
19d5d1e3eb decoupled an async request making helper function from 'trs_from_page'
Maximilian pushed to master at daniil-berg/stocksymbolscraper 2021-11-13 18:57:20 +01:00
fa19f557c9 unittest for 'get_single_tr_data'; added 'html.parser' constant to 'scrape.py'