-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from PokemonGoF/dev
Rebase from Mian
- Loading branch information
Showing
12 changed files
with
77 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
{ | ||
"Threads": "set it to (account number / 2)", | ||
"Threads": 2, | ||
"HashKeyFile": "MultiBotConfigHashkey.txt", | ||
"UseProxy": false, | ||
"ProxyFile": "MultiBotConfigProxy.txt", | ||
"AccountsFile": "MultiBotConfigAccounts.txt", | ||
"AuthJsonFile": "auth.json", | ||
"ConfigJsonFile": "config.json", | ||
"CompleteTutorialNickName": "set to true to use login as username", | ||
"CompleteTutorialNickName": true, | ||
"TelegramTask": "should be false or Telegram maybe crash the bot", | ||
"TelegramTask": false, | ||
"WebSocket": { | ||
"start_embedded_server": false, | ||
"IP": "127.0.0.1", | ||
"Port": 4000 | ||
}, | ||
"walker_limit_output": "set to true to reduce spam in console", | ||
"walker_limit_output": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule web
updated
5 files
+2 −0 | config/userdata.js.example | |
+23 −1 | css/main.css | |
+3 −6 | index.html | |
+31 −6 | js/main.js | |
+1 −1 | js/util.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters