Skip to content

Track running domain auctions and expiring domains of park.io with a bot in your slack workspace.

License

Notifications You must be signed in to change notification settings

hatwheels/parkio_slack_cmd

Repository files navigation

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

About

Track running domain auctions and expiring domains of park.io with a bot in your slack workspace.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages