Further development has been moved to its own repository: https://github.com/jogerj/genshin-wish-url
- Win+R and open
powershell
(orpwsh
if Powershell 6+ installed) - Paste and run following
- All versions (Global/China)
Set-ExecutionPolicy Bypass -Scope CurrentUser -Force;
iex (irm 'https://github.com/jogerj/genshin-wish-url/raw/main/Get-WishUrl.ps1')
@ArberSupremo Doesn't matter, same wish url. The url is used to fetch the data and scrolls through the pages until earliest wish is loaded. In normal circumstances, if existing data for wishes up to the last imported wish is already loaded, there should not be no new wishes appearing before that point, so the script stops scrolling further. The extension from 6 to 12 months of wish history is a one time exception that breaks this rule.
In paimon.moe you'd solve this by force import (which ignores existing wish data)