Subscribe
A new quote every day at 09:00 CET. Pick your channel.
RSS Feed
Works in any RSS reader — Feedly, NetNewsWire, Reeder, and hundreds more.
https://www.finops-qotd.com/rss.xml
Slack
Add the RSS app to Slack and subscribe to the feed.
- In your Slack workspace, go to Apps → Browse Apps → RSS
- Click Add to Slack
- Subscribe to:
https://www.finops-qotd.com/rss.xml
Discord
Use MonitoRSS (free) to post quotes to any Discord channel.
- Go to monitorss.xyz and connect your Discord server
- Add a new feed with URL:
https://www.finops-qotd.com/rss.xml - Choose your channel and save
Terminal / MOTD
Start every terminal session with today's quote.
macOS
Copy paste this command into Terminal and reopen your terminal.
echo 'echo; curl -s https://www.finops-qotd.com/api/today.json | python3 -c '\''import sys,json; q=json.load(sys.stdin); print(chr(34)+q["quote_text"]+chr(34)+" — "+q["attribution"])'\''; echo' >> ~/.zshrc && source ~/.zshrc
Linux
Copy paste this command into your shell and restart your session.
echo 'echo; curl -s https://www.finops-qotd.com/api/today.json | python3 -c '\''import sys,json; q=json.load(sys.stdin); print(chr(34)+q["quote_text"]+chr(34)+" — "+q["attribution"])'\''; echo' >> ~/.bashrc
JSON API
Build your own integrations with the public JSON API.
GET https://www.finops-qotd.com/api/today.json
GET https://www.finops-qotd.com/api/quote/{id}.json