Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henkerx64/node-steam-badge-unlocker

Complete the Steam Community Badge quests for multiple accounts from Node.js
https://github.com/henkerx64/node-steam-badge-unlocker

javascript node steam steam-api steam-badges steam-community steam-library

Last synced: 2 months ago
JSON representation

Complete the Steam Community Badge quests for multiple accounts from Node.js

Awesome Lists containing this project

README

        

# Steam Community Badge Unlocker for Node.js

[![npm version](https://img.shields.io/npm/v/steam-badge-unlocker.svg)](https://npmjs.com/package/steam-badge-unlocker)
[![license](https://img.shields.io/npm/l/steam-badge-unlocker.svg)](https://github.com/HenkerX64/node-steam-badge-unlocker/blob/master/LICENSE)

This module provides a library for steam members, who want to complete basic tasks on Steam. It is based
on [node-steamcommunity](https://github.com/DoctorMcKay/node-steamcommunity) library and extends missing
functionalities.

> **Note:** This project can be helpful for steam members with a farm or multiple accounts. Users with 1 or 2 accounts should try to solve steam community badge yourself for better experience with Steam.

## Installation

Install it from [npm](https://www.npmjs.com/package/steam-badge-unlocker):

$ npm install steam-badge-unlocker

or install it with peer dependencies:

$ npm install steam-badge-unlocker node-steamcommunity

## Using

> **Note:** Coming soon...

## Config

> **Note:** Coming soon...

## Supported badges

### 1) Community Leader Badge (23+ tasks):

[](https://steamcommunity.com/my/badges/2)

1. Add comment on friend's profile
2. Add comment on friend's screenshot
3. Add friend
4. Add game to wishlist
5. Craft game badge (_It works only if you already completed a set of trading cards._)
6. Select your favorite badge
7. Join a group
8. Post a screenshot
9. Post a status
10. Post a video
11. Rate up content in activity feed
12. Rate up workshop item
13. Recommend game
14. Search in discussions
15. Set profile background (_It works only if you have a background item_)
16. Set an avatar
17. Set real name
18. Subscribe to workshop item
19. Use discovery queue
20. View broadcast
21. View guide in steam overlay
22. Play game ([steam-user](https://github.com/DoctorMcKay/node-steam-user))
23. Use emotion in chat
24. Trade (**not ready**)
25. Buy or Sell an item on Community Market (**disabled**, _see Steam ToS_)
26. Add 2FA to account (**disabled**)
27. Add phone to account (**disabled**)
28. Setup steam guard account (**disabled**)

> **Note:** This lib can handle 21+ quests to reach second "Community Ambassador" badge level.
> To make your account secure you will need to solve 3 quests yourself.
> And one "Trade" quest will be solved soon. You have to solve 27 quests to reach the last badge level "Community Leader" and this application can help you to do that for multiple accounts.

> **Limited accounts:** If your account don't spend 5USD, then it is probably limited. For this case it is only possible to solve 13+ quests and reach first "Pillar of Community" badge level.

> **Vac banned accounts:** If your account has a ban, then some quests are not more possible for you. And probably you will not be able to reach "Community Leader" badge.

### 2) Steam Awards Nomination Committee Badge (4 tasks):

[](https://steamcommunity.com/my/badges/56)
[](https://steamcommunity.com/my/badges/50)
[](https://steamcommunity.com/my/badges/43)
[](https://steamcommunity.com/my/badges/31)
[](https://steamcommunity.com/my/badges/27)
[](https://steamcommunity.com/my/badges/25)

1. Nominate at least 1 game
2. Nominate a game in each category
3. Play a game you nominated ([steam-user](https://github.com/DoctorMcKay/node-steam-user))
4. Review or update your review of a game you nominated

> **Note:** Coming soon...

> **Note:** for game play quest steam client is required. You can use node solution like [steam-user](https://github.com/DoctorMcKay/node-steam-user) or farming solution like [ASF](https://github.com/JustArchiNET/ArchiSteamFarm).

# Documentation

Documentation is available on the [GitHub wiki](https://github.com/HenkerX64/node-steam-badge-unlocker/wiki).

# Support

Report bugs on the [issue tracker](https://github.com/HenkerX64/node-steam-badge-unlocker/issues).