/slackbot-skelton

slackbot skelton

Primary LanguagePython

slackbot-skelton

Usage

  • Set environment variable 'SLACKBOT_API_TOKEN' for your bot

  • Add your scripts to ./plugins/

  • Run the bot

python3 run.py
  • If you want to manually send post:
python3 post.py [CHANNEL_NAME] [MESSAGE]

Dependencie