Skip to content

Commit

Permalink
Rewrite and Work with the last version of twitch and solve kasada (x-…
Browse files Browse the repository at this point in the history
…kpsdk-cd, x-kpsdk-ct )

#21
#24
  • Loading branch information
masterking32 committed Feb 9, 2023
1 parent 9f7f84d commit 3261914
Show file tree
Hide file tree
Showing 11 changed files with 665 additions and 707 deletions.
21 changes: 5 additions & 16 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[![GitHub stars](https://img.shields.io/github/stars/masterking32/twitch-account-creator.svg)](https://github.com/masterking32/twitch-account-creator/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/masterking32/twitch-account-creator.svg)](https://github.com/masterking32/twitch-account-creator/issues)
[![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine/)

# A NodeJS Bot to create Twitch accounts.

# ❌❌❌ This repo is deprecated for now. ❌❌❌
# TESTED AND WORKS (0/FEB/2023)

✔️ This project will create new accounts and verify the accounts using the email address. ✔️

✔️ Twitch follow bot added. (08/21/2022) ✔️

*❌ Do not abuse this project, this project is made for testing only, and you cannot use it according to Twitch rules. ❌*

**⭐ If you liked the project, feel free to give it a shining star. ⭐**
Expand All @@ -25,30 +22,22 @@

✅ Get an API key from:

**🟢 [2Captcha to resolve Twitch FunCaptcha](https://2captcha.com?from=8210547)**. (Required Balance/Recommended)

**🔴 OR 🔴**
**🟢 [1) Create an account on this website, Add some funds, and then add `Pay-Per-Usage solving API Key` to your config file.](https://dashboard.capsolver.com/passport/register?inviteCode=Lpullbhszlum)** (Required Balance)

**🟢 [Anti-Captcha to resolve Twitch FunCaptcha](http://getcaptchasolution.com/svlzmusv0h)**. (Required Balance)
**🟢 [2) Create an account and buy some `http` proxies and put proxies in `proxy.txt` file.](https://www.webshare.io/?referral_code=2ghmowzxmc26)** (Required Balance)

## 💻 Installation

### 🟣 Setup:
- Clone the repo and do `npm install`

### 🟣 Account creator:
- Put your `Anti-Captcha` **or** `2Captcha` API key in `config.js`
- Put your `YOUR Solver API KEY` API key in `config.js`
- Put your `Proxies` API key in `config.js`
- Run the project (`node main.js`).

### 🟣 Follow Bot:

- Run the Account creator.
- Run the `node follow.js`.

## 🔧 Optional

You can use a proxy list to bypass limits.

You can get a free or paid proxy list from [this website](https://www.webshare.io/?referral_code=2ghmowzxmc26).

Put your proxies in the proxy.txt file.
Expand Down
8 changes: 3 additions & 5 deletions config.js
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;
185 changes: 0 additions & 185 deletions follow.js

This file was deleted.

Loading

0 comments on commit 3261914

Please sign in to comment.