This Release includes a new attribute function to all exposed attributes. When returning a user from Highscores, you have access to the current xp and the xp to next level:
python
user = Highscores('zezima')
print(user.attack.xp)
print(user.attack.xp_to_level)
Enhancements included
* 6 Adds xp_to_level
Fixes included
* 5 Paging issue for edge ranks (e.g. 25, 50 etc.)