New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

salien-script-js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

salien-script-js

Scripting the Steam Salien Sale minigame, the proper way.

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-77.27%
Maintainers
1
Weekly downloads
 
Created
Source

salien-script-js

👽 Scripting the Steam Salien Sale minigame, the proper way.

A Node.js implementation of https://github.com/SteamDatabase/SalienCheat by xPaw


How to use this (download repo)

  1. Log into Steam in your browser
  2. Join https://steamcommunity.com/groups/SteamDB (needed to represent captures)
  3. Open https://steamcommunity.com/saliengame/gettoken and find the bit that looks like "token":"xxxxxxxx"
  4. Create a new file next to run.js, call it token.txt and paste only the xxxxxxxx part of your token in
  5. Install the latest version Node.js
  6. Open command line in the folder
  7. Type npm i to get dependencies
  8. Run the script by typing node run.js

Advanced: Usage as an npm package

const SalienScript = require('salien-script-js');

const config = {
  token: '', // Your token from https://steamcommunity.com/saliengame/gettoken
};

const salien = new SalienScript(config);

salien.run();

Other scripts Salien and languages

Keywords

FAQs

Package last updated on 22 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc