Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logic/slacker
Sometimes, I waste time making integrations for chat systems.
https://github.com/logic/slacker
golang slack slackbot stock-ticker
Last synced: 4 days ago
JSON representation
Sometimes, I waste time making integrations for chat systems.
- Host: GitHub
- URL: https://github.com/logic/slacker
- Owner: logic
- License: gpl-3.0
- Created: 2015-11-07T22:43:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T22:48:22.000Z (over 6 years ago)
- Last Synced: 2024-11-03T03:41:16.818Z (about 2 months ago)
- Topics: golang, slack, slackbot, stock-ticker
- Language: Go
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/logic/slacker.svg?branch=master)](https://travis-ci.org/logic/slacker/)
Slacker is Copyright 2015, 2016, 2017 Ed Marshall. All rights reserved. Use of
this source code is goverened by the terms of the GNU General Public License,
either version 3, or (at your option) any later version; please see the file
COPYING for more details.Slacker is where I keep all my silly integrations for Slack.
Right now, the only thing it has is a simple slash command for looking up a
stock ticker symbol and displaying information about it back to the current
channel. It uses the Yahoo Finance API in what is probably a terrible and
non-canonical way. It can either respond inline, or asynchronously via the
recently-added `response_url` field; see the configuration file.The only external dependency this project has right now is on BurntSushi's toml
package: https://github.com/BurntSushi/toml