Little0smit / Little0smit/ChunkTracker

Retrieve stats from Runescape Highscores

Open
#40 2 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Java
Stars
5
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Make use of Runescape highscores api to lookup player stats and auto import them if possible.
API request: https://secure.runescape.com/m=hiscore_oldschool/index_lite.ws?player=PLAYERNAME
It returns a csv list for a valid request.

- [ ] 1. Call API
- [ ] 2. Handle failed response (Name not valid or something)
- [ ] 3. Split up csv and extract levels.

Enhances #32 and works on code implemented in #39

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading the code implemented in #39 and the related work in #32, then inspect the Old School RuneScape highscores API request in this issue. Verify how a valid CSV response and an invalid player response should be handled, and use the checklist as the completion criteria for importing the player levels.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend, game-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.