Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 945 Bytes

README.rst

File metadata and controls

52 lines (35 loc) · 945 Bytes

HamBot - Slack Amateur (Ham) Radio Bot.

HamBot is a Bot for Slack focused on Amateur Radio use-cases. Currently HamBot supports one command, which is callsign lookup:

screenshot.png

Usage

You'll need a Slack API Token, which can be generated/retrieved as follows:

  1. Go to the Slack Web interface.
  2. Select Apps.
  3. Select Build.
  4. Select Custom.
  5. Select Bots.
  6. Name your bot whatever you'd like.
  7. Copy the API Token.

Run the bot:

export SLACKBOT_API_TOKEN='xoxb-XXXX-XXXX'
hambot

Installation

You'll need to create a Slack Bot and create a Slack Bot API Token, then:

pip install hambot

Source

Github: https://github.com/ampledata/hambot

Author

Greg Albrecht W2GMD <[email protected]>

http://ampledata.org/

Copyright

Copyright 2017 Greg Albrecht

License

Apache License, Version 2.0. See LICENSE for details.