Skip to content

vreddi/DotaScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

DotaScraper

Tool that scrapes Dotabuff to retreive information about Dota.



How To Use

Windows:

  1. Download Visual Studio if an IDE is needed.
  2. Download and Install the Nuget Package Manager for Visual Studio.
  3. If you dont want to install Visual Studio, then do ahead and download the latest .NET Framework for running the program.
  4. If you downloaded Visual Studio then you can configure your required packages, build and run your program through the IDE otherwise follow the cmd process:
# Open a command prompt and change into the solution directory.
> cd "C:\Github\DotaScraper"

# Reference your .NET framework directory and use the executables to run the program
> C:\Windows\Microsoft.NET\Framework\v4.5.xxxxx\csc.exe Program.cs
or
> C:\Windows\Microsoft.NET\Framework\v4.5.xxxxx\msbuild.exe MetadataScraper.sln
or
> C:\Windows\Microsoft.NET\Framework\v4.5.xxxxx\msbuild.exe MetadataScraper.csproj

Releases

No releases published

Packages

No packages published

Languages