- DISCLAIMER
- Description
- Useful links
- File structure
- How to run
- Updating
- Useful commands
- Report a bug or suggest an idea
- Express your gratitude
⠀The program has no injections — you can make the code review to make sure. Any cases of third parties gaining access to your accounts aren't the fault of the developer, but of you or another person. Keep your sensitive data in a safe place.
⠀By using this program you have agreed to the above and have no and won't have claims against its developer.
⠀The program allows you to check CS:GO ranks on your accounts.
⠀The program use the following files and directories:
files— a user files directory:maFiles— a directory with maFiles from accounts;accounts.db— a temporary database to save the state;accounts.xlsx— an import and export spreadsheet;errors.log— a log file with errors that occurred during the work;proxies.txt— a text file with proxies that will be used randomly for logins and requests.
csgo-rank-checker.exe/app.py— an executable file that runs the program.
- Download an EXE file from the releases page.
- Create a folder and put the EXE file in it.
- Run the program the first time to create necessary files.
- Open, fill in the spreadsheet called
accounts.xlsxwith logins and passwords and close it. - Copy maFiles to the
maFilesdirectory, among which the program will search for those that belong to the specified ones. - Insert HTTP IPv4 proxies in the
login:password@ip:portformat into theproxies.txtfile. - Run the program again, wait for it to finish and close it.
- Open the
accounts.xlsxspreadsheet to view the results. You can see the following account statuses:new— an account that, for whatever reason, wasn't checked.wrong credentials— a wrong login or password.code required:- The account is enabled to receive Steam Guard codes to the email, and the program doesn't support this type of authentication;
- Couldn't find a maFile to generate Steam Guard code for this account.
checked— the account was successfully checked.
- If for some reason there are unchecked accounts left, you can go back to step
7.
- Install Docker, in Ubuntu you can use the command:
. <(wget -qO- https://raw.githubusercontent.com/SecorD0/utils/main/installers/docker.sh)- Run the program the first time to create necessary files:
docker run -it --rm -v $HOME/csgo-rank-checker/files:/program/files --name csgo-rank-checker ghcr.io/secord0/csgo-rank-checker:main- Open, fill in the spreadsheet called
accounts.xlsxwith logins and passwords and close it. - Copy maFiles to the
maFilesdirectory, among which the program will search for those that belong to the specified ones. - Insert HTTP IPv4 proxies in the
login:password@ip:portformat into theproxies.txtfile. - Run the program again, wait for it to finish and close it:
docker run -it --rm -v $HOME/csgo-rank-checker/files:/program/files --name csgo-rank-checker ghcr.io/secord0/csgo-rank-checker:main- Open the
accounts.xlsxspreadsheet to view the results. You can see the following account statuses:new— an account that, for whatever reason, wasn't checked.wrong credentials— a wrong login or password.code required:- The account is enabled to receive Steam Guard codes to the email, and the program doesn't support this type of authentication;
- Couldn't find a maFile to generate Steam Guard code for this account.
checked— the account was successfully checked.
- If for some reason there are unchecked accounts left, you can go back to step
6.
- Install Docker, in Ubuntu you can use the command:
. <(wget -qO- https://raw.githubusercontent.com/SecorD0/utils/main/installers/docker.sh)- Clone the repository:
git clone https://github.com/SecorD0/csgo-rank-checker- Go to the repository:
cd csgo-rank-checker- Build an image:
docker build -t csgo-rank-checker .- Run the program the first time to create necessary files:
docker run -it --rm -v $HOME/csgo-rank-checker/:/program --name csgo-rank-checker csgo-rank-checker- Open, fill in the spreadsheet called
accounts.xlsxwith logins and passwords and close it. - Copy maFiles to the
maFilesdirectory, among which the program will search for those that belong to the specified ones. - Insert HTTP IPv4 proxies in the
login:password@ip:portformat into theproxies.txtfile. - Run the program again, wait for it to finish and close it:
docker run -it --rm -v $HOME/csgo-rank-checker/:/program --name csgo-rank-checker csgo-rank-checker- Open the
accounts.xlsxspreadsheet to view the results. You can see the following account statuses:
new— an account that, for whatever reason, wasn't checked.wrong credentials— a wrong login or password.code required:- The account is enabled to receive Steam Guard codes to the email, and the program doesn't support this type of authentication;
- Couldn't find a maFile to generate Steam Guard code for this account.
checked— the account was successfully checked.
- If for some reason there are unchecked accounts left, you can go back to step
9.
- Install Python 3.8.
- Clone the repository:
git clone https://github.com/SecorD0/csgo-rank-checker- Go to the repository:
cd csgo-rank-checker- Set up an environment.
- Install requirements:
pip install -r requirements.txt- Run the
app.pythe first time to create necessary files. - Open, fill in the spreadsheet called
accounts.xlsxwith logins and passwords and close it. - Copy maFiles to the
maFilesdirectory, among which the program will search for those that belong to the specified ones. - Insert HTTP IPv4 proxies in the
login:password@ip:portformat into theproxies.txtfile. - Run the
app.pyagain, wait for it to finish and close it. - Open the
accounts.xlsxspreadsheet to view the results. You can see the following account statuses:
new— an account that, for whatever reason, wasn't checked.wrong credentials— a wrong login or password.code required:- The account is enabled to receive Steam Guard codes to the email, and the program doesn't support this type of authentication;
- Couldn't find a maFile to generate Steam Guard code for this account.
checked— the account was successfully checked.
- If for some reason there are unchecked accounts left, you can go back to step
10.
⠀If you want to build the EXE file by yourself:
- Install
pyinstaller:
pip install pyinstaller- Build the EXE file:
pyinstaller app.py -Fn csgo-rank-checker -i images/icons/app.ico --add-binary "images/icons;images/icons"- Download an EXE file of the new version from the releases page and replace the old one with it.
- Stop the container:
docker stop csgo-rank-checker- Remove the container:
docker rm csgo-rank-checker- Update the image:
docker pull ghcr.io/secord0/csgo-rank-checker:main- Stop the container:
docker stop csgo-rank-checker- Remove the container:
docker rm csgo-rank-checker- Go to the repository:
cd csgo-rank-checker- Update the local files:
git pull- Rebuild the image:
docker build -t csgo-rank-checker .- Go to the repository:
cd csgo-rank-checker- Update the local files:
git pull⠀To run the program (GitHub image):
docker run -it --rm -v $HOME/csgo-rank-checker/files:/program/files --name csgo-rank-checker ghcr.io/secord0/csgo-rank-checker:main⠀To run the program (self-built image):
docker run -it --rm -v $HOME/csgo-rank-checker/:/program --name csgo-rank-checker csgo-rank-checker⠀To remove the container:
docker stop csgo-rank-checker; docker rm csgo-rank-checker⠀If you found a bug or have an idea, go to the link, select the template, fill it out and submit it.
⠀You can express your gratitude to the developer by sending fund to crypto wallets!
- Address of EVM networks (Ethereum, Polygon, BSC, etc.):
0x900649087b8D7b9f799F880427DacCF2286D8F20 - USDT TRC-20:
TNpBdjcmR5KzMVCBJTRYMJp16gCkQHu84K - SOL:
DoZpXzGj5rEZVhEVzYdtwpzbXR8ifk5bajHybAmZvR4H - BTC:
bc1qs4a0c3fntlhzn9j297qdsh3splcju54xscjstc