A bot for entering giveaways https://steamgifts.com
Find a file
2022-04-23 15:20:09 -04:00
config readme update 2022-04-23 15:20:09 -04:00
src readme update 2022-04-23 15:20:09 -04:00
.dockerignore removed cli and added filtering 2022-04-23 15:00:22 -04:00
.gitignore readme update 2022-04-23 15:20:09 -04:00
Dockerfile removed cli and added filtering 2022-04-23 15:00:22 -04:00
README.md readme update 2022-04-23 15:20:09 -04:00
requirements.txt Update requirements.txt 2020-06-27 00:00:08 +03:00

About

The bot is specially designed for SteamGifts.com

Features

  • Automatically enters giveaways.
  • Undetectable.
  • Сonfigurable.
  • Sleeps to restock the points.
  • Can run 24/7.

Instructions

  1. Rename config/config.ini.example to config/config.ini.
  2. Add your PHPSESSION cookie to it.
  3. Modifying the other settings is optional.

Run from sources

python -m venv env
source env/bin/activate
pip install -r requirements.txt
cd src
python run.py

Docker

Run it

# Run the container
docker run --name steamgifts -d -v /path/to/the/config/folder:/config mcinj/docker-steamgifts-bot:v2.0

Or build it yourself locally

# Build the image
docker build -t steamgifts:latest .
# Run the container
docker run --name steamgifts -d -v /path/to/the/config/folder:/config steamgifts:latest

Help

Please leave your feedback and bugs in Issues page.