Skip to content

Stiphr/Steam-Account-Details-Retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Account Details Retrieval

This script allows you to fetch account details from a text file or an Excel file and export the data to either a text file or an Excel file.

Prerequisites

  • Node.js and npm should be installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repository.git
    
  2. Navigate to the project directory:

    cd your-repository
    
  3. Install dependencies:

    npm install
    

Usage

  1. Run the script:

    node script.js
    
  2. Follow the prompts:

    • Enter the file name for account details retrieval (provide the path to the file).
    • Enter the number of accounts to export.
    • The script will fetch the account details based on the file format and export the data accordingly.
  3. Once the process is complete, the exported data will be saved in the corresponding format:

    • For text file export: exported-accounts.txt
    • For Excel file export: exported-accounts.xlsx

File Formats

  • Text file (.txt): The script reads the provided text file, which should have the following format for each account:

    Username:Password:Shared_Secret:Identity_Secret
  • Excel file (.xlsx): The script reads the provided Excel file, retrieves the specified number of accounts, and exports the data to a text file.

Dependencies

The following npm packages are used in this script:

  • fs: File system module for reading and writing files.
  • path: Path module for working with file paths.
  • xlsx: Library for parsing and manipulating Excel files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published