Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
salien-script-js
Advanced tools
👽 Scripting the Steam Salien Sale minigame, the proper way.
A Node.js implementation of https://github.com/SteamDatabase/SalienCheat by xPaw with additional features!
Note: We'll try our best to keep this version up to date with the PHP and other versions! Suggestions welcome.
"token":"xxxxxxxx"
. Copy whatever is inside the second quotes, (e.g. xxxxxxxx
).powershell.exe
> Enter)npm install -g salien-script-js
to install this project.salien-script-js --token xxxxxxxx
where xxxxxxxx
is your token from step 3.If you appreciate the script, please leave a star ⭐ on the project!
npm update -g salien-script-js
Easy right?
If you'd like to represent a specific steam group, simply pass the --group
option with the ID of the group.
salien-script-js --token xxxxxxxx --group 123456789
You can get your group id by going to https://steamcommunity.com/groups/YOUR_GROUP_NAME_HERE/memberslistxml/?xml=1 and replacing YOUR_GROUP_NAME_HERE
with the group name shown at the end of your groups url.
You must be a member of a group to represent that group!
If you'd like to team up with an established larger group please consider using either:
Simply open another PowerShell window and run salien-script-js --token yyyyyyyy --name "name of this script"
where yyyyyyyy
is your other accounts token and name of this script
if what you'd like to see in the log outputs.
const SalienScript = require('salien-script-js');
const config = {
token: '', // Your token from https://steamcommunity.com/saliengame/gettoken
clan: '', // (optional) Clan id from https://steamcommunity.com/groups/YOUR_GROUP_NAME_HERE/memberslistxml/?xml=1
name: '', // (optional) Name of this instance for logging
};
const salien = new SalienScript(config);
salien.init();
Want to help out? Awesome! 👍
Pull the repo and you can run the script with node cli.js -t TOKEN
.
PRs, suggestions, fixes and improvements all welcome.
FAQs
A easy to install, run and update Node.js script for the Steam salien mini-game.
The npm package salien-script-js receives a total of 9 weekly downloads. As such, salien-script-js popularity was classified as not popular.
We found that salien-script-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.