Skip to content

thefakequake/autoquakegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoquakegen

An automatic QuaKe profile picture generator that changes a Discord user or bot profile picture once a day, and saves it to a folder.

Usage

Requires Python 3.10 or higher.

Install dependencies with:

pip install -r requirements.txt

Create a config.json file with the below structure:

{
  "token": "Bot or user token",
  "properties": {
    "os": "Windows",
    "browser": "Chrome",
    "browser_user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36"
  },
  "user": false,
  "intents": 0
}

Set user to true if you want to use a user account, please note that this is against Discord's TOS so use at your own risk.

Then run the main.py file:

py main.py

or

python3 main.py

About

Daily QuaKe profile picture generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages