π―
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TeX 7 hrs 53 mins βββββββββββββββββββββ 83.0% | |
Bash 17 mins βββββββββββββββββββββ 3.1% | |
YAML 16 mins βββββββββββββββββββββ 2.9% | |
Other 14 mins βββββββββββββββββββββ 2.5% | |
JSON 14 mins βββββββββββββββββββββ 2.5% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A simple Scriptable script to fetch Genshin Impact gacha stats link from the official API | |
// Just a re-implementation of https://github.com/qyinter/yuanshenlink | |
// Author: Xiangyi Meng | |
// Date: 2022-10-15 | |
// config_start | |
cookie="" | |
// config_end | |
getAccountInfo(); |