Update README

This commit is contained in:
stilmaniac 2020-06-26 23:55:25 +03:00
parent 0c047fbaa8
commit 977f03355b

View file

@ -3,25 +3,27 @@
### About
The bot is specially designed for [SteamGifts.com](https://www.steamgifts.com/)
## TODO
* Add GUI
### Features
- Automatically enters giveaways.
- Undetectable.
- Сonvenient user interface.
- Сonfigurable.
- Sleeps to restock the points.
- Can run 24/7.
### Instructions
### How to run
1. Download the latest version: https://github.com/stilManiac/steamgifts-bot/releases
2. Sign in on [SteamGifts.com](https://www.steamgifts.com/) by Steam.
3. Find `PHPSESSID` cookie in your browser and write it in `cookie.txt` file.
4. Make sure your cookie is right.
5. Start the bot.
3. Find `PHPSESSID` cookie in your browser.
4. Start the bot and follow instructions.
### Commands
`!sleep [arg]` - change a sleeping interval in sec. Default and recommended is 900 sec (15 min.).
`!page` - set a final websites page bot reaches
### Run from sources
```bash
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python cli.py
```
### Help
Please leave your feedback and bugs in `Issues` page. Thank you!
Please leave your feedback and bugs in `Issues` page.