-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5575836
commit b4215bf
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# faulty_teammember_lichess | ||
Write a txt file with Lichess Team members which "violated the Lichess Terms of Service" | ||
|
||
write the team ID and the team name into the parameter.ini and execute the members.py | ||
then you will find in the blacklist.txt a list of links of users which "violated the Lichess Terms of Service" | ||
The Script detecte the Players of a team which "violated the Lichess Terms of Service" and export this as a txt file. | ||
|
||
TeamID = this is the ID which is shown in the teams url https://lichess.org/team/{TeamID} | ||
teamname = (optional) this is how the Team is named. Only for the comment in the blacklist file needed | ||
1. Download Lichessfaultyuser.rar | ||
2. Unzip the archieve | ||
3. configure the parameter.ini with your data | ||
4. run the .exe and wait a few moments. The bigger your team, the longer you have to wait | ||
5. as a result it creates a txt file wiht a list of the detected user | ||
|
||
parameter.ini: | ||
- TeamID is the ID which is shown in the teams url https://lichess.org/team/{TeamID} | ||
- (optional) teamname is how the Team is named. Only for the comment in the output text file needed |