npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

wishxporter

v1.2.11

Published

Export your gacha wish history from Genshin Impact account into Excel file.

Downloads

42

Readme

English | Indonesia

Wishxporter

A CLI tool for export your gacha wish history from Genshin Impact account into Excel file.

If you get benefit from this CLI tool please treat me 3 - 5 ice cream on Trakteer.id

Motivation

As we know Genshin Impact will store gacha history around 6 months and after that it will be reset. Instead of use notepad and copy paste manually, why don't make it easier by use CLI tool? By backup gacha history you can track and analyze your gacha history.

List of Back Up Data

  • Character Event Wish
  • Weapon Event Wish
  • Permanent Event Wish

Requirement and Installation

It requires node js with minimum version 10. After that install cli with command

npm install -g wishxporter

Please run wishxporter --help to more information.

Usage

Get authkey

There are five methods how to get authkey from Genshin Impact:

PC (Windows)

  1. Open Paimon menu [ESC].
  2. Click Feedback.
  3. Wait until all page have been loaded and your browser will open.
  4. Copy and create file with name auth.txt and paste it there.
  5. Run wishxporter --file=auth.txt.

Android

  1. Open Paimon menu.
  2. Tap Feedback.
  3. Wait until all page have been loaded.
  4. Turn off wifi dan celular data.
  5. Tap refresh on the top right corner.
  6. Feedback page should be error and it will be show black text.
  7. Tap and hold text then select all, then copy all text!
  8. Create a file with name auth.txt in your computer and paste the result there.
  9. Run command wishxporter --file=auth.txt.

iOS

  1. Open Paimon menu.
  2. Tap Feedback.
  3. Wait until all page have been loaded.
  4. Tap Masalah Game.
  5. Tap Mode Co-Op.
  6. There's a blue link below reply, click that link.
  7. Your browser will open, copy that link and make file with name auth.txt in your computer and paste the result in that file.
  8. Run command wishxporter --file=auth.txt

If it doesn't successful fetch data you will get error message like this:

Cannot get your gacha data because: authkey timeout! Please try again later.

FAQ

Is this CLI collect gacha history behind the scene?

This CLI just to export your gacha wish history from Genshin Impact account into Excel file by using authkey. authkey also doesn't store in behind the scene and also gacha history data doesn't store in behind the scene.

Is this CLI violate rules from MiHoYo?

From my perspective is no because it just fetch data and not modify or edit data in Genshin Impact game. For the proof I have been try this CLI tool and here's my Genshin Wish History file.

Takagg has been share about the same mechanism with desktop app. Why you don't use that instead of make CLI?

Takagg has been make the same mechanism with desktop app but I want to know how exactly what's going on behind the scene of that desktop app. Luckily, the source code is open and I can check too.

Also, I want to make the simple thing for myself as possible and maybe you can get benefit from my CLI tool. :)

Inspiration

Thanks to:

  1. takagg/genshin-gacha-export yang sebenarnya berasal dari biuuu/genshin-wish-export
  2. thesadru/genshinstats
  3. Situs paimon.moe for provide method how to get authkey from Feedback menu in Genshin Impact game.