-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite and Work with the last version of twitch and solve kasada (x-…
- Loading branch information
1 parent
9f7f84d
commit 3261914
Showing
11 changed files
with
665 additions
and
707 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,10 +1,8 @@ | ||
var config = {}; | ||
|
||
// Get API Key from Anti-Captcha or 2Captcha | ||
config.API_KEY_2CAPTCHA = 'YOUR 2captcha.com API KEY'; // RECOMMENDED / BETTER SOLVING | ||
config.API_KEY_AntiCaptcha = 'YOUR anti-captcha.com API KEY'; | ||
// config.CapSolverKey = 'YOUR CapSolver API KEY'; // READ README file in github! | ||
config.CapSolverKey = 'YOUR CapSolver API KEY'; | ||
|
||
config.RandomUsername = false; // If you want to make new accounts with random usernames, change this to true. | ||
config.UseProxy = false; // If you have proxy list, you can use it. (Put your proxy list in the proxies.txt file) | ||
|
||
config.proxyType = 'http'; | ||
module.exports = config; |
Oops, something went wrong.