Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negativeeddy/sotprogress
Sea of Thieves Season user data parser
https://github.com/negativeeddy/sotprogress
seaofthieves
Last synced: about 1 month ago
JSON representation
Sea of Thieves Season user data parser
- Host: GitHub
- URL: https://github.com/negativeeddy/sotprogress
- Owner: negativeeddy
- License: mit
- Created: 2021-04-20T21:47:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T00:54:07.000Z (about 1 year ago)
- Last Synced: 2024-10-06T15:46:56.412Z (about 1 month ago)
- Topics: seaofthieves
- Language: C#
- Homepage:
- Size: 1 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Sea of Thieves Progress parser
I was looking for a simpler way to view my Season progress in Sea of Thieves than popping in and out of all the categories in the menus of [the official Sea of Thieves website](https://www.seaofthieves.com/profile/seasons). This is the quick result.
Your season progress can be found at https://www.seaofthieves.com/profile/seasons. In the background, this authenticated page downloads your progress from https://www.seaofthieves.com/api/profilev2/seasons-progress. You can use Fiddler or the browser's F12 tools to save this to a file. This app will parse it and display the progress in a more compact form.
To run this file just call it with the json filepath
```
SoTSeasonPassProgress.exe -s SotSeason2Progress.json
```
You will get an output like this
![show all goals](./docs/progress-all.png)if you add the -i option you will only get the incomplete goals
![show incomplete goals](./docs/progress-incomplete.png)you can now process the following additional pages for easy viewing
* -a Adventures (https://www.seaofthieves.com/profile/adventures)
* -c Your Chest (https://www.seaofthieves.com/profile/your-chest)
* -l Leaderboard
* -r Reputation (https://www.seaofthieves.com/profile/reputation)
* -s Season progress (https://www.seaofthieves.com/api/profilev2/seasons-progress)
* -t Stats file
* -C Captaincy file (https://www.seaofthieves.com/api/profilev2/captaincy)
* -d show all details
* shows full stats for Captaincy
```
SoTProgress.exe -r SotReputation.json
```###### (and yes that's Fetcher's Rest as the background of my terminal. #BeMorePirate 🏴☠️)
###### ((this is a totally unofficial personal project and is not approved by or associated with Rare or Xbox Games Studio))