Skip to content

AzatArslanov/slack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very, very simple bot, was made just for fun.

Main Functions

  • call devops team

  • get current weather in Saint-Petersburg

How to run?

docker run \
    -d \
    -e "SLACK_TOKEN=token" \ # slack bot user OAuth access token
    -e "WEATHER_TOKEN=token"  \ # token (https://www.apixu.com) to get current weather in Saint-Petersburg
    -e "JIRA_URL=url" \ # link to Jira, may set it as localhost, if you don't have it
    --name superbot \
    azatarslanov/superbot

Releases

No releases published

Packages

No packages published

Languages