Setting Up

Learn how to setup Plugged CLI.

Plugged CLI is a command line interface bot that supports US/CA Footsites. The section of the help center will help you understand how to set up and run the bot.

Activation

  1. Download the ZIP file containing the CLI program (current version 0.0.6)

  2. Open the ZIP file and extract it to the location of your choice

  3. Open the plugged-cli program that is located in the folder and enter your key in the interface

Once you have entered your key you will then be directed to the Home Page. On the Home Page you will be able to Start Tasks, Create Tasks, Delete Tasks, and test your Discord webhook.

Editing Settings (config.json file)

  • Plugged CLI config files are stored in the following locations

    • Mac: ~/Library/Application Support/plugged-cli

    • Windows: \AppData\Roaming\plugged-cli

  • Open that location on your computer and open config.json in a text editor of your choice

  • Enter your Discord webhook and either a 2captcha (2captcha.com) key or capmonster (capmonster.cloud) key.

    • Since footsites not use geetest captcha you must use 2captcha as capmonster does not support geetest

{"key":"ENTER LICENSE KEY","webhook":"ENTER DISCORD WEBHOOK","twoCaptcha":"ENTER API KEY","capMonster":"ENTER API KEY"}

This is the format the config.json file will be in. Fill in the information that says ENTER and save the file. Your settings will then be saved and you can continue to create tasks in the next section.

Last updated