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

https://github.com/murat/fm-slack-bot

Fazlamesai.net slack botu
https://github.com/murat/fm-slack-bot

sinatra-server slack-bot

Last synced: 8 months ago
JSON representation

Fazlamesai.net slack botu

Awesome Lists containing this project

README

          

# Fazlamesai.net slack botu

Fazlamesai.net'e slack grubu üzerinden `pushbot push yazının güzel başlığı http://yainin.linki` şeklinde kısa bir komut ile link göndermeye yarayan bot.

## Kurulum

```
git clone git@github.com:muratbsts/fm-slack-bot.git
cd fm-slack-bot
cp .env.example .env
vim .env # gereken bilgileri verin
bundle install
foreman start # ve ya web: bundle exec puma -p 5000
```

Belki pumayı bir arkaplan işlemi olarak çalıştırmak isteyen olur:

```
mkdir -p pid
bundle exec puma -e production -p 5000 --pidfile pid/puma.pid -d
```

Hepsi bu...