Skip to content

99/Bot-Jira-and-Slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Slack Bot for Jira 😄

🔌 Installation

  1. Clone this repo.
  2. Create a bot and copy the API token.
  3. Fill bot/config.py with your credentials. This step is required.

💯 Running bot locally

  1. cd into project folder.
  2. sudo chmod a+x bin/bot
  3. make run

👍 Deploying on heroku

  1. cd into project folder.
  2. git push heroku master
  3. heroku ps:scale worker=1
  4. heroku ps to check that bot is up and running. 👍

Releases

No releases published

Packages

No packages published