Code Monkey home page Code Monkey logo

steam-rateup-bot's Introduction

Steam rate up bot

Bot for like and favorite steam screenshotes, artworks, guides, videos, workshop items.

GitHub followers streamlabs nodejs

Installing:

  1. Install Node.js LTS version
  2. Download this repo (click Code -> Download ZIP) and unpack the archive.
  3. Open command prompt or PowerShell in the bot folder (Shift + Right Click, or cd 'path to the bot')
  4. Type npm i or npm install

Using:

  1. Add to the bot.txt textfile accounts login data (login:password:shared_secret in the each line). Your need to use steam accounts without any restrictions ($5 spend).
  2. In the config.json set id of the content (your content link: "steamcommunity.com/sharedfiles/filedetails/?id=XXXXXXXXXXX", enter in the config XXXXXXXXXXX). Set the perChunk and betweenChunks parameters. If you want to favorite count boost set "favorites": true and enter appid (for CS:GO Artworks "appid": 767). You can use limited steam accounts with Steam Guard disabled "limited": true. Attention: in this case format of bots.txt: login:password: (with colon in the end of each line). amount parameter is number of likes/favorites. If amount: 0 bot use amount of steam accounts in the bots.txt.

Config example:

{
	"id": "2164876148",
	"perChunk": 3,
	"betweenChunks": 15000,
	"amount": 0,
	"likes": true,
	"favorites": false,
	"appid": "730",
	"limited": false
}
  1. Run the bot - type in the command prompt or PowerShell: node index.js

FAQ:

  • I get an error when trying npm install

    • You need to use Node.js LTS version which is recommended for most users
  • I got this error: [Login] Unable to auth (Error: Error: SteamGuardMobile...

    • This may appear when you enter the shared_secret incorrectly in the bots.txt texfile. And also this may mean that you have too many tries to auth (decrease the perChunk value in the config.json)
  • I got this error: [Login] Unable to auth (Error: Error: HTTP error 429...

    • This error apears when you have too many tries to auth (decrease the perChunk value in the config.json)
  • I got this error: [Login] Something went wrong. Response code 112

    • This account has steam community restricton. You need to use unlimited accounts. Check more info

steam-rateup-bot's People

Contributors

dasrg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.