Automatically post inspirational quotes to Slack
Key Features • Installation • Usage • Contributing • License
Automates your morning greeting by posting one for you. Easily extendable.
- Clone this repo.
- Make any changes you need to the emojis, quotes or salutations as required.
Under settings > secrets
, define the following
CHANNEL_ID_DEV
: the Slack channel that a message will be posted to by the pipeline 'on' push. This can me a test channel.CHANNEL_ID_PROD
: the Slack channel that your daily message will be posted to each morning.USER_TOKEN
: your Slack user token.
To modify the automatic shedule, edit schedule.js.yml .
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.