MadeBaruna / paimon-moe

Your best Genshin Impact companion! Help you plan what to farm with ascension calculator and database. Also track your progress with todo and wish counter.
https://paimon.moe
MIT License
1.38k stars 266 forks source link

Add macOS/PlayCover Wish Import Guide #379

Open IsaacMarovitz opened 1 year ago

IsaacMarovitz commented 1 year ago

Wish history URL can be sniffed with the following command:

curl -s https://gist.githubusercontent.com/ohaiibuzzle/f861094fc7afdd50c65ea1a1877e728d/raw/8b25887edafcaa5cc698141c91f97d142be5fdfc/get-wish.py | python3

This works for Genshin on macOS installed via PlayCover

jogerj commented 1 year ago

Looks interesting. This script however might need to be extended to support CN as links are different. Nice find. Hopefully someone can help test it out

jag-k commented 1 year ago

So cool feature! Thank you!

But I think this url might be a shorter:

curl -s  https://gist.githubusercontent.com/ohaiibuzzle/f861094fc7afdd50c65ea1a1877e728d/raw | python3
TheFermi0n commented 1 year ago

curl -s https://gist.githubusercontent.com/ohaiibuzzle/f861094fc7afdd50c65ea1a1877e728d/raw/8b25887edafcaa5cc698141c91f97d142be5fdfc/get-wish.py | python3

Thanks for this amazing hassle free thing.

I made a very simple apple shortcut for the same. No need to open the terminal at all. You can get it from RoutineHub

Sample

alt text

the-jason-json commented 11 months ago

Is it possible to modify it for Honkai Star Rail? @TheFermi0n

joaodforce commented 1 month ago

The script no longer works, im trying to fix it but the WebKit cache search doesn't yield full URLs its all broken up

the-jason-json commented 1 month ago

Try mitmweb instead Works great