Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.38 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.38 KB

PARK.IO CMD

BRIEF

  • Issue commands to track all/specific running auctions and all/specific expiring domains park.io
  • Commands are issued in Slack to cmdbot, thus makes use of the Slack API

HOW-TO

  • Create a bot with name cmdbot for your Slack team
  • Run parkio_main.py in command line (python 3.x.x) to start cmdbot
  • Search if a Domain name is expiring or being auctioned:
    • Search for a specific domain name with a specific TLD: send to cmdbot search <name> <tld>
    • Search for a specific domain name with any TLD: send to cmdbot search <name>
  • Track Auctioned Domains:
    • Track all running auctions: send to cmdbot auction all
    • Track specific auction: send to cmdbot auction <domain.tld>
  • Track Expiring Domains:
    • Track all expiring domains: send to cmdbot domain all
    • Track expiring domains with specific tld: send to cmdbot domain <tld>
  • Close: send to cmdbot close <command name>, i.e. close auction all
  • Check which trackers are running: send to cmdbot running?
  • Check if cmdbot is alive (main script is running): send to cmdbot alive?
  • For information about all available commands send to cmdbot help