-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
27 lines (25 loc) · 971 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
* Please Read.
* Google on how to get your shared_secret and identity secret. (You may have to use Steam SDA to get these codes.)
* gameCode is the appId of the game. You can use any appId that you have current tradable items in. Please see below examples (YOU CANNOT USE CSGO)
* TF2 = 440
* Witch It = 559650
* Use google to find more appIds.
*/
module.exports = {
account1: {
shared_secret: "randomStringOfChars418=",
identity_secret: "randomStringOfChars21w=",
username: "Robbie",
password: "Password",
tradelink: "https://steamcommunity.com/tradeoffer/new/?partner=202877252&token=04S9nN_6"
},
account2: {
shared_secret: "randomStringOfChars418=",
identity_secret: "randomStringOfChars21w=",
username: "Robbie",
password: "Password",
tradelink: "https://steamcommunity.com/tradeoffer/new/?partner=202877252&token=04S9nN_6"
},
gameCode : 559650,
}