Skip to content

maskeddd/doordash-gen-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doordash-account-creator

Automatically creates DoorDash accounts with given details.

Running

  1. Download the latest release from here
  2. Create a config.toml file in the same directory
  3. Run the executable

Configure

The tool can be configured in the included config.toml file. Most items are required. For a full list of config options, see example.config.toml.

first_name = "John"
last_name = "Doe"
email_name = "example"
email_domain = "gmail.com"
password = "password"
address = "303 2nd St, Suite 800 San Francisco"
quantity = 5
save_to_file = true
headless = true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages