FinOps QOTD
Archive Hall of Fame Submit Subscribe About

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.

  1. In your Slack workspace, go to Apps → Browse Apps → RSS
  2. Click Add to Slack
  3. Subscribe to: https://www.finops-qotd.com/rss.xml

Discord

Use MonitoRSS (free) to post quotes to any Discord channel.

  1. Go to monitorss.xyz and connect your Discord server
  2. Add a new feed with URL: https://www.finops-qotd.com/rss.xml
  3. 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
A community project by TechNative Published daily at 09:00 CET