{"library":"lunchable-pushlunch","title":"Lunchable Push Lunch","description":"LunchMoney Push Notifications via Pushover and ntfy. Current version 1.4.0. Released semi-annually.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install lunchable-pushlunch"],"cli":null},"imports":["from lunchable_pushlunch import Pushlunch"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom lunchable_pushlunch import Pushlunch\n\n# Configure via environment variables or constructor args\nclient = Pushlunch(\n    lunchmoney_token=os.environ.get(\"LUNCHMONEY_TOKEN\", \"\"),\n    pushover_user_key=os.environ.get(\"PUSHOVER_USER_KEY\", \"\"),\n    pushover_api_token=os.environ.get(\"PUSHOVER_API_TOKEN\", \"\"),\n)\n\n# Send a notification\nclient.notify(\"Test notification from Pushlunch\")","lang":"python","description":"Basic usage to send a Pushover notification.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}