Website-Finder/C#
2022-12-15 01:04:24 +01:00
..
C#.csproj Update C# 2022-12-14 23:18:09 +01:00
Program.cs Make C# use defaults.json 2022-12-15 01:04:24 +01:00
README.md Make C# use defaults.json 2022-12-15 01:04:24 +01:00

Website-Finder: C#

REQUIREMENT

C# (Linux users, I advice AGAINST using the Snap Store version)

HOW TO RUN

To use arguments, you should add " -- " (without the ") before the first argument

$ dotnet run

# To make the script go through websites with both HTTP and HTTPS protocols
$ dotnet run -- -p http,https

OTHER STUFF

More details are available on the readme in the root folder