Little0smit / ChunkTracker

Chunk Progress Tracker for OSRS "ChunkLockedIronman"
MIT License
5 stars 2 forks source link

Add a way for the program to take input data #32

Closed apan145 closed 5 years ago

apan145 commented 5 years ago

For the program to work, it needs to be given some data, like the players current skills and unlocked chunks. There needs to be a way for the program to get these. Perhaps by .txt or by a GUI?

Little0smit commented 5 years ago

Thinking for initial development it will work on command line entry/or read from a file. Once Barebones Release is finished, some form of GUI can be implemented. GUI designs/comments welcome in #33

Hannah-GBS commented 5 years ago

Could you pull account stats from the OSRS site itself? I've seen skills spreadsheets that pull your stats from the Highscores page (https://services.runescape.com/m=hiscore_oldschool/hiscorepersonal.ws?user1=loldudester)

Little0smit commented 5 years ago

Yea certainly possible, although would probably be a later goal, once main basic program is released and working.

Little0smit commented 5 years ago

Working on this now