Skip to content

mindulace/cs2-beta-enroll-status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 Beta Enroll Status

About

This little script is meant to check your CS2 Beta Enrollment Status by reading messages from the CS:GO Game Coordinator. In case you have received an invite, you should receive a message type 9217. It's meant as an alternative to starting CS:GO over and over again.

How to use

  • Clone the repository
  • Run npm install
  • Run npm run login in order to receive a refresh token from Steam. Follow the instructions by scanning the QR code with your steam mobile app and you're logged in.
  • Run npm run start - if you see [message] {userName} RECEIVED BETA INVITE you should be in! Happy Fragging!

!!!WARNING!!!

The script creates a temp file: temp/token.json. NEVER EVER give this to someone else as he'll be able to access your steam account! Keep it secret! It's used to store your refreshToken for subsuquent runs, this way you don't have to login again if you rerun the script.

Thanks

Thanks to DoctorMcKay for these awesome node packages which basically do 99% of the job!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%