Realmeye API that gets information of realmeye to mostly string variable in C#
I have made it using web scraping.
Go to tester and look at the Program.cs for more help.
How to use:
User user = Realm.GetAllUserInfo(String IGN)
you need to use Summary before you can use anything else.
User user = Realm.GetUserSummary(string IGN)
Realm.GetUserPetStats(User user)
Realm.GetUserDescription(User user)
Realm.GetUserClasses(User user).
and to use the data use User user = new User(); user.Name and etc
or you can look at my Test / Example
Install-Package RealmeyeSharp -Version 2.2.0
Or use My NuGet Package manager and search after: RealmeyeSharp
This project is licensed under the MIT License - see the LICENSE.md file for details
My IGN in realm is: Celestial
I have gotten some ideas from: Github: thesuicideheart Realmeye: Coldness