A bot for entering giveaways
https://steamgifts.com
3d3752de22
- added notifications when a won giveaway is detected - a notification will only be sent once a day |
||
---|---|---|
config | ||
src | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
requirements.txt |
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
- Rename
config/config.ini.example
toconfig/config.ini
. - Add your PHPSESSION cookie to it.
- 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
# Set TZ based on your timezone: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
docker run --name steamgifts -e TZ=America/New_York -d -v /path/to/the/config/folder:/config mcinj/docker-steamgifts-bot:latest
Or build it yourself locally
# Build the image
docker build -t steamgifts:latest .
# Run the container
# Set TZ based on your timezone: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
docker run --name steamgifts -e TZ=America/New_York -d -v /path/to/the/config/folder:/config steamgifts:latest
Help
Please leave your feedback and bugs in Issues
page.