A bot for entering giveaways https://steamgifts.com
Find a file
2022-04-22 14:32:55 -04:00
src Add to configuration: minimum points and pinned games 2020-06-27 12:05:58 +03:00
.gitignore Refactoring 2020-06-26 23:46:13 +03:00
Dockerfile Dockerfile 2022-04-22 13:07:57 -04:00
README.md README update 2022-04-22 14:32:55 -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.
  • Сonvenient user interface.
  • Сonfigurable.
  • Sleeps to restock the points.
  • Can run 24/7.

How to run

  1. Download the latest version: https://github.com/stilManiac/steamgifts-bot/releases
  2. Sign in on SteamGifts.com by Steam.
  3. Find PHPSESSID cookie in your browser.
  4. Start the bot and follow instructions.

Run from sources

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

Docker

Run it using a hub.docker.com image

# Run the container
docker run --name steamgifts -d -it mcinj/docker-steamgifts-bot:latest
# Attach to it to fill in the questions
docker attach steamgifts # to detach, you must use ctrl+p then ctrl+q. 
                         # ctrl+c will kill the container

Or build it yourself locally

# Build the image
docker build -t steamgifts:latest .
# Run the container
docker run --name steamgifts -d -it steamgifts:latest
# Attach to it to fill in the questions
docker attach steamgifts # to detach, you must use ctrl+p then ctrl+q. 
                         # ctrl+c will kill the container

Help

Please leave your feedback and bugs in Issues page.