Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.08 KB

importio-slack-app

slack_app

Quick script to test integrating import.io and slack. Work in progress.

usage: slack_app.py [-h] -d DATA -s SLACK [-m MESSAGE] [-t TEXT_COL]
                    [-i IMAGE_COL] [-n NUM_ROWS]

Post import.io data to a slack channel

optional arguments:
  -h, --help            show this help message and exit
  -d DATA, --data DATA  url of json data from import.io
  -s SLACK, --slack SLACK
                        url of slack webhook
  -m MESSAGE, --message MESSAGE
                        message to include with post
  -t TEXT_COL, --text_col TEXT_COL
                        name of column to use as main text
  -i IMAGE_COL, --image_col IMAGE_COL
                        name of column to use as main image
  -n NUM_ROWS, --num_rows NUM_ROWS
                        max number rows of data to post

lunchbot

A bot to post lunches from City Pantry.

To-Do

  • should ideally only post the diff...
  • make a full app (with optional webhook, bot, slash commands) where you set vars in a config, install requirements, and run
  • store data? (e.g. lunch feedback)