Skip to content

fixme-lausanne/status-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

status-bot Circle CI

Chat bot, gives informations about FIXME's services.

Example

Example screenshot

Build

You will need those dependencies to build and run the project

  • boot-clj, a build tool and task runner.
  • a JDK environment, I guess it should work with v1.6+ ? I only tested with v1.8.
# Clone the repo
git clone [email protected]:fixme-lausanne/status-bot.git

# Install dependencies (optional, missing dependencies are also
# fetched when running other tasks)
boot deps

# Build the project
boot build

# Run tests
boot run-tests

# You can see existing tasks
boot --help

Usage

To manually run the bot:

export SLACK_API_TOKEN=XXX-XXXXXXXXXXXXX
java -jar target/status-bot-0.1.0-SNAPSHOT.jar

For a systemd unit, see the file status-bot.service.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published