DMM Offline (#198)

* Process DMM all locally

single call to github to download the repo archive.
remove need for PAT
update RTN to 0.2.13
change to batch_parse for title parsing from RTN

* introduce concurrent dictionary, and parallelism
This commit is contained in:
iPromKnight
2024-04-02 17:01:22 +01:00
committed by GitHub
parent 6181207513
commit 79e0a0f102
20 changed files with 380 additions and 193 deletions

View File

@@ -1,5 +1,6 @@
// Global using directives
global using System.Collections.Concurrent;
global using System.Text.Json;
global using System.Text.Json.Serialization;
global using System.Text.RegularExpressions;