This commit is contained in:
Markus Mobius 2023-07-25 02:09:40 -04:00
parent 558e29e466
commit 101e8cf484

View File

@ -1,6 +1,9 @@
This program opens a range of datastores between two specified dates and extracts all the data This program opens a range of datastores between two specified dates and extracts all the data
for a set of user-defined publishers. for a set of user-defined publishers.
Add the gitea repo (this has to be done just once):
dotnet nuget add source --name Gitea https://www.gitea.econlabs.org/api/packages/markusmobiuspublic/nuget/index.json
Clone repo: Clone repo:
git clone https://www.gitea.econlabs.org/markusmobiuspublic/RetroIndex git clone https://www.gitea.econlabs.org/markusmobiuspublic/RetroIndex
@ -39,3 +42,9 @@ Publisher: washingtonpost.com
total pages: 28779 total pages: 28779
pages with publish data between 2/15/2023 12:00:00 AM and 2/21/2023 12:00:00 AM: 4143 pages with publish data between 2/15/2023 12:00:00 AM and 2/21/2023 12:00:00 AM: 4143
----------------------- -----------------------
In order to incorporate in your own project make sure you reference the BingScrapeReadLib (1.5.0+) nuget package:
https://www.gitea.econlabs.org/markusmobiuspublic/-/packages/nuget/bingscrapereadlib/1.5.0
The RetroSampleApp demonstrates how.