Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yakikotori authored Jan 10, 2025
1 parent c2562d0 commit a68490c
Showing 1 changed file with 17 additions and 43 deletions.
60 changes: 17 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,56 +11,30 @@

## Конфиг

BotLooter.Config.json
[Пример](https://github.com/SmallTailTeam/BotLooter/blob/main/BotLooter.Config.json)

```json
{
"LootThreadCount": 1,
"ProxiesFilePath": "proxies.txt",

"AskForApproval": true,
"ExitOnFinish": false,

"LootTradeOfferUrl": "",

"AccountsFilePath": "",
"IgnoreAccountsFilePath": "",
"SecretsDirectoryPath": "",
"SteamSessionsDirectoryPath": "",

"SuccessfulLootsExportFilePath": "",

"DelayBetweenAccountsSeconds": 30,
"DelayInventoryEmptySeconds": 10,
### Параметры

"Inventories": ["440/2", "753/6", "730/2"],
### `"LootTradeOfferUrl"` и `"LootTradeOfferUrls"`

"MaxItemsPerTrade": 8192,
"MaxItemsPerAllTrades": 100000,

"IgnoreMarketable": false,
"IgnoreNotMarketable": false,

"LootOnlyItemsWithNames": ["Mann Co. Supply Crate Key"],
"IgnoreItemsWithNames": ["The Frying Pan"],

"LootOnlyItemsWithAppIds": [351940],
"IgnoreItemsWithAppIds": [12345],
Cсылка на трейд оффер, на который будут отправляться предметы.
\
Для работы необходимо скопировать полную актуальную ссылку. Пример.

"LootOnlyItemsWithTags": ["Trading Card", "Booster Pack"],
"IgnoreItemsWithTags": ["Profile Background"]
}
```json
"LootTradeOfferUrl": "https://steamcommunity.com/tradeoffer/new/?partner=9639579492&token=2ix22Ruv2"
```

---
В `LootTradeOfferUrls` можно указать несколько ссылок на обмен, обмены будет отправлятся на все ссылки в случайном порядке. Пример.

### `"LootTradeOfferUrl"`

Cсылка на трейд оффер, на который будут отправляться предметы.
\
Для работы необходимо скопировать полную актуальную ссылку. Пример.
```json
"LootTradeOfferUrls": [
"https://steamcommunity.com/tradeoffer/new/?partner=9639579492&token=2ix22Ruv2",
"https://steamcommunity.com/tradeoffer/new/?partner=9639579492&token=2ix22Ruv2"
]
```

- `"https://steamcommunity.com/tradeoffer/new/?partner=9639579492&token=2ix22Ruv2"`
Если указаны оба параметра - предпочтение будет отдано `LootTradeOfferUrl`.

---

Expand Down Expand Up @@ -216,7 +190,7 @@ Cсылка на трейд оффер, на который будут отпр
```json
"LootOnlyItemsWithNames": [
"Mann Co. Supply Crate Key",
"Tour of Duty Ticket",
"Tour of Duty Ticket"
]
```

Expand Down

0 comments on commit a68490c

Please sign in to comment.