Claims games posted by https://www.reddit.com/user/ASFinfo
All games claimed: https://gist.github.com/C4illin/e8c5cf365d816f2640242bf01d8d3675
- 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.git
cd ASFclaim
npm install
node .
docker run --name asfclaim -e ASF_PORT=1242 -e ASF_HOST=localhost -e ASF_PASSWORD=hunter2 ghcr.io/c4illin/asfclaim:master
or docker-compose:
# docker-compose.yml
services:
asfclaim:
image: ghcr.io/c4illin/asfclaim:master
container_name: asfclaim
restart: unless-stopped
environment:
- ASF_PORT=1242
- ASF_HOST=localhost
- ASF_PASSWORD=hunter2
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