basic async capabilities added

This commit is contained in:
2021-11-11 16:03:32 +01:00
parent 59530b5913
commit f92123bf4a
4 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Scrapes the entire list of stocks off of [MarketWatch.com](https://www.marketwat
**NOTE**: No prices or financials of any kind are collected.
At this time the scraper performs this task purely **sequentially**. Asynchronous HTTP requests to drastically speed up the process will be implemented soon.
Asynchronous HTTP requests are currently used by default.
This is not intended to be run continuously since the data gathered this way will rarely change.