Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Donbur4156 authored Feb 13, 2021
1 parent 5575836 commit b4215bf
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
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

0 comments on commit b4215bf

Please sign in to comment.