Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 530 Bytes

powerpanel_command_line_tools

Python PowerPanel Command line tool

Requirement

  • Python 3.7 (or higher)
  • requests (pip3 install request)
  • Path (pip3 install Path)

How to use this tool

  • Download and unzip this file to a folder on PC
  • Add your PowerPanel API key to the config.json file
  • Add a list of domains to the file domain_list.txt
  • Run the app using: /usr/local/bin/python3 start.py

PowerPanel commandline tool