Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 556 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 556 Bytes

Python-Rootkit

Discord profile picture logger

Configuration:

{
    "token": "Discord Token",
    "userIDs": ["userID", "userID2"],
    "serverID": serverID,
    "channelID": channelID,
    "scrapeEveryone": "false",
    "saveDir": "C:\\Users\\User\\Pictures\\ProfilePictures",
    "saveUsernameWithUnix": "true"
}

Make sure to rename settings-example.json to settings.json. Server and Channel ID are saved as an integer, bool values are stored in a string and directory needs the double backslash "\"

To run:

py main.py