Greasy Fork is available in English.

Free Steam Packages Redeemer

Automates sending requests to Steam. Get package list from https://steamdb.info/freepackages/

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Dillon Regimbal
일일 설치수
0
총 설치수
183
평점
1 0 0
버전
1.0.1
생성
2020-05-22
갱신
2020-05-22
라이선스
없음
동작 사이트

Steam rate-limits activations to 50 per hour, so this script helps you redeem bulk amounts of packages. I used it to redeem ~4000 packages.

You can find a list of packages at SteamDB, which is also where much of the code comes from. Unfortunately, only 50 packages will show, so add the following style to the page to show all the packages: #freepackages .package { display: block; }

Next, modify the integer array to an array of objects with id/name attributes. I recommend you use regular expressions or find/replace to get this done quickly.

Finally, set the GreaseMonkey/TamperMonkey/ViolentMonkey variable steamPackages to your object array by uncommenting the GM_setValue line at the start of the script and inserting your array.