Skip to content

AntiTcb/NRuneScape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NRuneScape

MyGet Build status

An unofficial .NET API Wrapper for RuneScape (https://runescape.com / https://oldschool.runescape.com).

Design is heavily based on Discord.Net.

Installation

Stable (NuGet)

Stable releases are found on NuGet.

You may install the metapackage or, pick and choose the individual components you like.

Unstable (NuGet)

Unstable pre-release builds will be found on NuGet, displayed by toggling the pre-releases checkbox.

Development (MyGet)

Nightly builds are available on the project's MyGet feed. (https://www.myget.org/gallery/nrunescape / https://www.myget.org/F/nrunescape/api/v3/index.json)

Compiling

In order to compile NRuneScape, you require:

Using Visual Studio

The .NET Core workload must be selected during Visual Studio installation.

Using Command Line