Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ne1ro/tracker_bot

Pivotal Tracker management bot written in Elixir
https://github.com/ne1ro/tracker_bot

bot elixir management manager pivotal telegram telegram-bot

Last synced: 19 days ago
JSON representation

Pivotal Tracker management bot written in Elixir

Awesome Lists containing this project

README

        

# Tracker Bot

Third-party service badges (if available)

## Project description

Pivotal Tracker bot for Telegram.

## Dependencies

* Elixir 1.5

Setup required dependencies from `Brewfile`:
```bash
brew install elixir
```

## Quick Start

```bash
# clone repo
git clone [email protected]:account/repo.git
cd repo

# run setup script
mix setup

# configure ENV variables in .env
vim .env

# run server
mix server
```

## Scripts

* `mix setup` - setup required libraries and stuff
* `mix quality` - runs code style check tools
* `mix ci` - should be used in the CI or locally
* `mix build` - to build application release
* `mix server` - to run server locally

## Credits

Written by *neiro*.