Auto invite system

Sort:
Anindo_The_PRO

   AUTO INVITE SYSTEM   

  • Open the console via Ctrl + Shift + J
  • Copy/Paste the following and press enter (you may have to grant access first)
  • The output will contain all club member account names in listed format, sorted alphabetically.
  • The following example uses "Chess University" as target club, you just have to change the name to have this work with whatever club you like.

var request = new XMLHttpRequest();
request.open('GET','https://api.chess.com/pub/club/chess-university/members',false);
request.send();
var response = JSON.parse(request.responseText);
var list = '';
for(type in response)for(member of response[type])list += member.username + '\r\n';
console.log(list);

   CURRENT INVITE LIST  

Current Target Club: Chess University

  • Count 30 names down
  • Copy/Paste them into the invite window and click "Invite"
  • If you want to change the club name then you have to change here. Note: After every word in the club name put - in between like for Chess University put like this with small letters chess-university
panulande

I don't understand

Sayand_kannur

Can you tell me how to auto invite using a mobile?

Anindo_The_PRO
Sayand_kannur wrote:

Can you tell me how to auto invite using a mobile?

Only for pc

yal_the_cat

You stole the from a club, I know it

panulande

that's the coding related stuff

Anindo_The_PRO
panulande wrote:

I don't understand

if you are on pc the click Ctrl+Shift+j and on the left side you will see a console, then copy paste these things and click enter, then copy 30 members and paste in the invite option of club and click invite

Anindo_The_PRO
yal_the_cat wrote:

You stole the from a club, I know it

Yeah it is FIA lol

u in blacklist there IG

yal_the_cat
Anindo_The_PRO wrote:
yal_the_cat wrote:

You stole the from a club, I know it

Yeah it is FIA lol

u in blacklist there IG

im not if i were then why am i in the club

Anindo_The_PRO
yal_the_cat wrote:
Anindo_The_PRO wrote:
yal_the_cat wrote:

You stole the from a club, I know it

Yeah it is FIA lol

u in blacklist there IG

im not if i were then why am i in the club

I thought you were in the blacklist of Corvy

TraitorousElevator

omg