• Python 97.4%
  • Shell 1.8%
  • Dockerfile 0.8%
Find a file
2026-04-20 18:08:37 +00:00
.devcontainer feat: Initial release (Cleaned) 2026-01-18 13:57:14 -05:00
.forgejo/workflows Fix Forgejo daily_scrape: checkout v4, job token, bash shell 2026-04-16 20:53:20 -04:00
data Update rankings: 2026-04-20 2026-04-20 18:08:37 +00:00
scripts Fix fame daily dedupe: align entity_id types and clean snapshots 2026-04-16 20:39:26 -04:00
src Add tzdata to requirements and handle missing timezone data in get_pirate_time_now 2026-04-16 21:41:24 -04:00
.gitattributes fix: Ensure entrypoint.sh uses LF line endings for Linux 2026-02-22 16:22:09 -05:00
.gitignore chore: Update .gitignore to ignore local debug scripts 2026-02-22 13:38:26 -05:00
calendar_dump.txt data: complete standardization of daily directory and cleanup stray files 2026-02-22 18:48:50 -05:00
docker-compose.yml chore: rename watchtower to ypp-rankings-watchtower 2026-02-25 12:57:45 -05:00
Dockerfile fix: Ensure entrypoint.sh uses LF line endings for Linux 2026-02-22 16:22:09 -05:00
entrypoint.sh fix: revert volumes and restore clean sync to fix boot loop 2026-02-25 12:53:31 -05:00
IMPLEMENTATION_PLAN.md refactor: rename pp-rankings to ypp-rankings and update branding 2026-02-22 23:18:27 -05:00
README.md refactor: rename pp-rankings to ypp-rankings and update branding 2026-02-22 23:18:27 -05:00
requirements.txt Add tzdata to requirements and handle missing timezone data in get_pirate_time_now 2026-04-16 21:41:24 -04:00
streamlit_app.py fix: update duplicate detection for nested structure and improve entrypoint logging 2026-02-25 11:54:17 -05:00

title emoji colorFrom colorTo sdk sdk_version app_file pinned
YPP Rankings 🏴‍☠️ blue indigo streamlit 1.41.1 streamlit_app.py false

Emerald Ocean Daily Rankings Tracker

This project tracks and archives daily rankings for the Emerald Ocean in Puzzle Pirates. It includes a Streamlit dashboard for viewing historical data, searching pirates, and tracking crew/flag fame.

Features

  • 📊 Puzzle Rankings: Tracks daily rankings for all 22 puzzles across 16 archipelagos

    • Standing & Experience categories
    • Historical data with day-over-day comparisons
  • Crew Fame Rankings: Daily top crews by fame with direct links to crew pages

  • 🏴 Flag Fame Rankings: Daily top flags by fame with direct links to flag pages

  • 🔍 Player Search: Search for any pirate to see their ranking history across all puzzles

  • 📈 Daily Changes: Compare rankings between any two dates to see who moved up/down

URL Structure

The ratings URLs follow a consistent pattern:

https://emerald.puzzlepirates.com/ratings/top_{PuzzleID}_{ArchipelagoID}.html

  • {PuzzleID}: An integer representing the specific puzzle or activity (e.g., Bilging, Swordfighting).
  • {ArchipelagoID}: An integer representing the region scope (e.g., 0 for Entire Ocean, 1 for Canis).

1. Puzzle IDs

ID Puzzle Name ID Puzzle Name ID Puzzle Name
0 Swordfighting 6 Carpentry 21 Spades
1 Drinking 12 Foraging 24 Hearts
2 Bilging 13 Weaving 25 Treasure Drop
3 Sailing 14 Distilling 26 Poker
4 Navigating 15 Blacksmithing 27 Rumble
5 Gunning 16 Shipwrightery 29 Battle Navigation
30 Treasure Haul 18 Alchemistry 31 Rigging
32 Patching

2. Archipelago IDs

These IDs determine the geographical scope of the rankings.

  • 0: Entire Ocean (Use this for "Ultimate" global rankings)
  • 1: Canis
  • 2: Crab
  • 3: Eagle
  • 4: Horse Head
  • 5: Orion
  • 6: Pleiades
  • 7: Ursa
  • 26: Dodo
  • 27: Gull
  • 28: Ibis
  • 29: Osprey
  • 30: Pelican
  • 31: Puffin
  • 32: Stork
  • 33: Tern

3. Special Ratings

  • Crew Fame: https://emerald.puzzlepirates.com/ratings/top_fame_97.html
  • Flag Fame: https://emerald.puzzlepirates.com/ratings/top_fame_112.html (Inferred)
  • Reputation: https://emerald.puzzlepirates.com/ratings/top_repute_PIRATE_CONQUEROR.html (and other categories like Explorer, Magnate, Patron)

4. Master List: Entire Ocean (Ultimate Rankings)

Use these URLs to scrape the top 10 rankings for the entire Emerald Ocean.

Puzzle URL
Swordfighting https://emerald.puzzlepirates.com/ratings/top_0_0.html
Drinking https://emerald.puzzlepirates.com/ratings/top_1_0.html
Bilging https://emerald.puzzlepirates.com/ratings/top_2_0.html
Sailing https://emerald.puzzlepirates.com/ratings/top_3_0.html
Navigating https://emerald.puzzlepirates.com/ratings/top_4_0.html
Gunning https://emerald.puzzlepirates.com/ratings/top_5_0.html
Carpentry https://emerald.puzzlepirates.com/ratings/top_6_0.html
Foraging https://emerald.puzzlepirates.com/ratings/top_12_0.html
Weaving https://emerald.puzzlepirates.com/ratings/top_13_0.html
Distilling https://emerald.puzzlepirates.com/ratings/top_14_0.html
Blacksmithing https://emerald.puzzlepirates.com/ratings/top_15_0.html
Shipwrightery https://emerald.puzzlepirates.com/ratings/top_16_0.html
Alchemistry https://emerald.puzzlepirates.com/ratings/top_18_0.html
Spades https://emerald.puzzlepirates.com/ratings/top_21_0.html
Hearts https://emerald.puzzlepirates.com/ratings/top_24_0.html
Treasure Drop https://emerald.puzzlepirates.com/ratings/top_25_0.html
Poker https://emerald.puzzlepirates.com/ratings/top_26_0.html
Rumble https://emerald.puzzlepirates.com/ratings/top_27_0.html
Battle Nav https://emerald.puzzlepirates.com/ratings/top_29_0.html
Treasure Haul https://emerald.puzzlepirates.com/ratings/top_30_0.html
Rigging https://emerald.puzzlepirates.com/ratings/top_31_0.html
Patching https://emerald.puzzlepirates.com/ratings/top_32_0.html