Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
Fazlamesai.net slack botu
- Host: GitHub
- URL: https://github.com/murat/fm-slack-bot
- Owner: murat
- Created: 2018-01-03T06:38:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T05:43:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T07:45:42.165Z (3 months ago)
- Topics: sinatra-server, slack-bot
- Language: Ruby
- Size: 56.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
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 [email protected]: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...