Added readme.

This commit is contained in:
retoor 2024-12-16 22:27:45 +01:00
parent d6ed15e1f6
commit f3e85ef138
8 changed files with 61 additions and 2 deletions

View File

View File

@ -0,0 +1,6 @@
# DRApi.NET
devRant .NET API client using both the website and API to get the prefered data.
## Why?
The dR official api times out when there's much data under a profile or a rant so this is when web scraping is preferred. If web scraping option is possible for the type of data, the web scraping option is perferred.

View File

@ -0,0 +1,6 @@
# DRApi.NET
devRant .NET API client using both the website and API to get the prefered data.
## Why?
The dR official api times out when there's much data under a profile or a rant so this is when web scraping is preferred. If web scraping option is possible for the type of data, the web scraping option is perferred.

View File

@ -0,0 +1,11 @@
# NOT A SERIUS PROJECT [ JUST TESTING C# ON LINUX ]
So far, pretty great but the errors of C# are very below level in comparision to Python or even C.
## DRApi.NET
devRant .NET API client using both the website and API to get the prefered data.
### Why?
The dR official api times out when there's much data under a profile or a rant so this is when web scraping is preferred. If web scraping option is possible for the type of data, the web scraping option is perferred.

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# NOT A SERIUS PROJECT [ JUST TESTING C# ON LINUX ]
So far, pretty great but the errors of C# are very below level in comparision to Python or even C.
## DRApi.NET
devRant .NET API client using both the website and API to get the prefered data.
### Why?
The dR official api times out when there's much data under a profile or a rant so this is when web scraping is preferred. If web scraping option is possible for the type of data, the web scraping option is perferred.

25
desk.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "desk", "desk.csproj", "{29E90A7B-24FC-45B5-AD18-B9EC314B0DEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29E90A7B-24FC-45B5-AD18-B9EC314B0DEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29E90A7B-24FC-45B5-AD18-B9EC314B0DEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29E90A7B-24FC-45B5-AD18-B9EC314B0DEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29E90A7B-24FC-45B5-AD18-B9EC314B0DEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE8816E5-3447-416B-B92D-DCC156EA7881}
EndGlobalSection
EndGlobal

View File

@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("desk")] [assembly: System.Reflection.AssemblyCompanyAttribute("desk")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d6ed15e1f66aef873014ddd745d3bde1c0a76212")]
[assembly: System.Reflection.AssemblyProductAttribute("desk")] [assembly: System.Reflection.AssemblyProductAttribute("desk")]
[assembly: System.Reflection.AssemblyTitleAttribute("desk")] [assembly: System.Reflection.AssemblyTitleAttribute("desk")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
b226747dece7c82f7915faa3b242577f21439db5f8f4d2e18a58d2aa63bc956e 515319900f266530d06329bca5a58edce8728b86f8fe9e720b7e6605190156d7