Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ne1ro/tracker_bot
- Owner: ne1ro
- License: mit
- Created: 2017-06-02T19:03:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T07:15:51.000Z (over 3 years ago)
- Last Synced: 2024-10-28T17:12:46.964Z (2 months ago)
- Topics: bot, elixir, management, manager, pivotal, telegram, telegram-bot
- Language: Elixir
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*.