Updated session token retrieval system to use Puppeteer to automatically log in and retrieve a token

This commit is contained in:
barelyprofessional
2024-06-13 20:07:41 +08:00
parent 3ef573be5c
commit 37ab1138ef
6 changed files with 129 additions and 66 deletions
@@ -8,10 +8,11 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="PuppeteerSharp" Version="18.0.1" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>
<ItemGroup>
@@ -31,4 +32,8 @@
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Commands\" />
</ItemGroup>
</Project>