Skip to content

Personal Robot on Slack that does some deployment work

Notifications You must be signed in to change notification settings

cyanideio/slack-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

npm install
touch config.json

fill out the following form in your config.json

{ 
    "accessKeyId": <ACCESS_KEY_ID>, 
    "secretAccessKey": <SECRET_ACCESS_KEY>,
    "spreadsheetId": <SPREADSHEET_ID>,
    "s3Region": <S3_REGION>,
    "s3BucketPath": <S3_BUCKET_PATH>,
    "s3FileName": <S3_FILENAME>
}

and run !

node update

About

Personal Robot on Slack that does some deployment work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published