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