Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 856 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 856 Bytes

Ubisoft-Username-Checker

A username checker designed to check usernames against the R6TabAPI for Rainbow Six Siege and other Ubisoft games.

Installation

Use pip to install the neccassary packages (you must do this in the path of the file)

pip install -r requirements.txt

Usage

Load usernames.txt with desired usernames and start the script.

python main.py

To stop checking usernames end the process by closing your terminal.

To do

  • Add threading
  • Add proxies
  • Change output to single line and incorporate tqdm progressbar

License

Copyright © 2020 Luc Zavestoski luc.zavestoski@gmail.com This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.