ASFclaim
ASFclaim copied to clipboard
🎮 Claim free steam games using ASF
ASFclaim
Claims games posted by https://www.reddit.com/user/ASFinfo
All games claimed: https://gist.github.com/C4illin/e8c5cf365d816f2640242bf01d8d3675
Latest games claimed: https://gist.github.com/C4illin/77a4bcb9a9a7a95e5f291badc93ec6cd
Install
- enable IPC in ASF (https://github.com/JustArchiNET/ArchiSteamFarm/wiki/IPC) (add password to .env if not empty)
- install node.js (v16 or later)
git clone https://github.com/C4illin/ASFclaim.gitcd ASFclaimnpm installnode .
Docker
docker run --name asfclaim -e ASF_PORT=1242 -e ASF_HOST=localhost -e ASF_HTTPS=false -e ASF_PASSWORD=hunter2 -e ASF_COMMAND_PREFIX=! ghcr.io/c4illin/asfclaim:master
Docker-compose:
# docker-compose.yml
services:
asfclaim:
image: ghcr.io/c4illin/asfclaim:master
container_name: asfclaim
restart: unless-stopped
depends_on: asf # remove this if asf is not running in docker
environment: # all are optional, defaults are listed below
- ASF_PORT=1242
- ASF_HOST=localhost
- ASF_PASSWORD=
- ASF_COMMAND_PREFIX=!
- ASF_HTTPS=false
asf:
# ...
Contributors
Forks
https://gitlab.com/docker_repos/asfclaim fork with discord notifications and docker (before it was included here)
https://github.com/GuFFy12/ASFclaim (archived) fork with discord notifications
https://github.com/specu/ASFclaim.py Python rewrite without any dependencies