{"id":13572112,"url":"https://github.com/andsve/pushover-lua","last_synced_at":"2025-05-12T16:32:15.943Z","repository":{"id":5969731,"uuid":"7191339","full_name":"andsve/pushover-lua","owner":"andsve","description":"Simple Pushover (https://pushover.net) API wrapper/snippet in Lua.","archived":false,"fork":false,"pushed_at":"2019-04-02T09:16:41.000Z","size":112,"stargazers_count":11,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T03:03:26.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andsve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-16T14:25:10.000Z","updated_at":"2023-03-03T15:44:18.000Z","dependencies_parsed_at":"2022-09-03T07:20:25.036Z","dependency_job_id":null,"html_url":"https://github.com/andsve/pushover-lua","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andsve%2Fpushover-lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andsve%2Fpushover-lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andsve%2Fpushover-lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andsve%2Fpushover-lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andsve","download_url":"https://codeload.github.com/andsve/pushover-lua/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776973,"owners_count":21962605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T14:01:13.736Z","updated_at":"2025-05-12T16:32:15.671Z","avatar_url":"https://github.com/andsve.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"pushover-lua\n============\n\nSimple Pushover (https://pushover.net) API wrapper/snippet in Lua.\n\nUsage\n=====\n```lua\nrequire(\"pushover\")\n\n-- setup the three required fields of the request table:\nlocal request = { token   = \"APP_TOKEN\",   -- your application's API token\n                  user    = \"USER_KEY\",    -- the user key of your user, viewable when logged into the dashboard\n                  message = \"Hello World!\" -- your message\n                }\n\n-- Some optional parameters may be included: device, title, url, url_title, priority, timestamp, sound\n-- Read more about the parameters on: https://pushover.net/api\n\n-- send the request, don't forget to check the return values\nlocal success, err = pushover( request )\n\nif (success) then\n  print(\"Yay the push was sent!\")\nelse\n  print(\"Nay, the push failed with error: \" .. err)\nend\n```\n   \n`success` will be `true` on a successfull pushover response, and `false` in case of an error. (`err` will also be set in this case.)\n\nDependencies\n============\n* LuaSocket - http://w3.impa.br/~diego/software/luasocket/\n* luasec - https://github.com/brunoos/luasec/\n\nLicense\n=======\nPublic domain, use anyway you want.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandsve%2Fpushover-lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandsve%2Fpushover-lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandsve%2Fpushover-lua/lists"}