https://github.com/cohoe/slackey
Slack image uploader
https://github.com/cohoe/slackey
hockey python slack
Last synced: 2 months ago
JSON representation
Slack image uploader
- Host: GitHub
- URL: https://github.com/cohoe/slackey
- Owner: cohoe
- License: mit
- Created: 2019-03-31T01:32:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T23:28:54.000Z (about 6 years ago)
- Last Synced: 2025-02-12T15:00:06.727Z (4 months ago)
- Topics: hockey, python, slack
- Language: Python
- Homepage:
- Size: 2.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Slackey
=======Upload lots of hockey logos to Slack.
Usage
-----
1) Stash your logo files in a place under `logos/` (128x128, transparent PNG).2) Generate and save a json manifest (`./generate_json.py logos/ncaa > logos/ncaa.json`)
3) Run `slackey.py --file logos/ncaa.json` or whatever your manifest was.
Notes
-----
This is a half-baked fork of Erin Morelli's [Slack Party Parroter](https://github.com/ErinMorelli/em-slack-party-parroter).