Skip to content

Instantly share code, notes, and snippets.

@MadeBaruna
Last active March 13, 2025 08:22
Show Gist options
  • Save MadeBaruna/1d75c1d37d19eca71591ec8a31178235 to your computer and use it in GitHub Desktop.
Save MadeBaruna/1d75c1d37d19eca71591ec8a31178235 to your computer and use it in GitHub Desktop.
Get Genshin Impact wish history link

Updated for 4.6

Thanks to @jogerj and @PrimeCicada for the method! Original script: https://gist.github.com/jogerj/0339e61a92e0de2e360c5212a94854e8

Thanks to @SleepingPanda for 3.8 change info

How to use

Open powershell, then copy paste this script:

Global:

iex "&{$(irm https://gist.githubusercontent.com/MadeBaruna/1d75c1d37d19eca71591ec8a31178235/raw/702e34117b07294e6959928963b76cfdafdd94f3/getlink.ps1)} global"

China:

iex "&{$(irm https://gist.githubusercontent.com/MadeBaruna/1d75c1d37d19eca71591ec8a31178235/raw/702e34117b07294e6959928963b76cfdafdd94f3/getlink.ps1)} china"
@Jerit3787
Copy link

Yes, link should be replaced with https://gist.github.com/MadeBaruna/1d75c1d37d19eca71591ec8a31178235/raw/getlink.ps1 -> this will always point to latest version of file

This method by @jogerj should be used to get updated link! Link in the paimon.moe needs to be updated

@RedContritio
Copy link

RedContritio commented Apr 24, 2024

at "README.md", the code line should be

Global:

iex "&{$(irm https://gist.githubusercontent.com/MadeBaruna/1d75c1d37d19eca71591ec8a31178235/raw/702e34117b07294e6959928963b76cfdafdd94f3/getlink.ps1)} global"

China:

iex "&{$(irm https://gist.githubusercontent.com/MadeBaruna/1d75c1d37d19eca71591ec8a31178235/raw/702e34117b07294e6959928963b76cfdafdd94f3/getlink.ps1)} china"

you have missed the quote " at line ends.


this two commands not work now, I refered to the available version by @jogerj, with command iex (irm 'https://gist.githubusercontent.com/jogerj/0339e61a92e0de2e360c5212a94854e8/raw/get_wish_url_from_cache.ps1')

@Nats-ji
Copy link

Nats-ji commented Apr 24, 2024

cn server api host changed to $apiHost = "public-operation-hk4e.mihoyo.com"

@Mei-hash
Copy link

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex "&{$((New-Object System.Net.WebClient).DownloadString('https://gist.github.com/MadeBaruna/1d75c1d37d19eca71591ec8a31178235/raw/getlink.ps1'))} global"

@ayzac1212
Copy link

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex "&{$((New-Object System.Net.WebClient).DownloadString('https://gist.github.com/MadeBaruna/1d75c1d37d19eca71591ec8a31178235/raw/getlink.ps1'))} global"Historial de deseos
Tipo de gachapón
Gachapón promocional de personaje y gachapón promocional de personaje 2
※ Consulta aquí el registro de los deseos canjeados durante el último año. Los datos actualizados pueden tardar 1 hora en mostrarse. Las horas de obtención de a continuación se corresponden con el huso horario de tu servidor. Si hay diferencia entre el huso horario de tu ubicación actual y la del servidor, deberás calcular la diferencia horaria por ti mismo. Huso horario de los servidores: 天空岛 (UTC +8); 世界树 (UTC +8); TW, HK, MO (UTC +8); Asia (UTC +8); Europe (UTC +1); America (UTC -5).
Tipo
Nombre
Tipo de gachapón
Hora de canje
Arma
Gran Espada Sangrienta
Gachapón promocional de personaje
2025-01-19 13:16:57
Arma
Espada del Alba
Gachapón promocional de personaje
2025-01-19 13:16:06
Arma
Espada Surcacielos
Gachapón promocional de personaje
2025-01-19 13:15:52
Arma
Guía Mágica
Gachapón promocional de personaje
2025-01-19 13:15:44
Arma
Orbe Esmeralda
Gachapón promocional de personaje
2025-01-19 13:15:36

@ayzac1212
Copy link

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/MadeBaruna/bf36bad751dc9221067ca1e31ab08255/raw/cb73a9f46f08fad6f27581ebb1a6249ba086af13/read.ps1'))Historial de deseos
Tipo de gachapón
Gachapón promocional de personaje y gachapón promocional de personaje 2
※ Consulta aquí el registro de los deseos canjeados durante el último año. Los datos actualizados pueden tardar 1 hora en mostrarse. Las horas de obtención de a continuación se corresponden con el huso horario de tu servidor. Si hay diferencia entre el huso horario de tu ubicación actual y la del servidor, deberás calcular la diferencia horaria por ti mismo. Huso horario de los servidores: 天空岛 (UTC +8); 世界树 (UTC +8); TW, HK, MO (UTC +8); Asia (UTC +8); Europe (UTC +1); America (UTC -5).
Tipo
Nombre
Tipo de gachapón
Hora de canje
Arma
Gran Espada Sangrienta
Gachapón promocional de personaje
2025-01-19 13:16:57
Arma
Espada del Alba
Gachapón promocional de personaje
2025-01-19 13:16:06
Arma
Espada Surcacielos
Gachapón promocional de personaje
2025-01-19 13:15:52
Arma
Guía Mágica
Gachapón promocional de personaje
2025-01-19 13:15:44
Arma
Orbe Esmeralda
Gachapón promocional de personaje
2025-01-19 13:15:36

@LiTCHT
Copy link

LiTCHT commented Jan 21, 2025

is the link not working again or something? cause i can't get my wish history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment