{"id":18740338,"url":"https://github.com/richrd/sl-web-sms","last_synced_at":"2025-11-19T21:30:14.195Z","repository":{"id":11229945,"uuid":"13622417","full_name":"richrd/sl-web-sms","owner":"richrd","description":"Python lib for sending free SMS messages via oma.saunalahti.fi web interface.","archived":false,"fork":false,"pushed_at":"2013-10-25T19:00:27.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T18:39:24.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richrd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-16T15:06:43.000Z","updated_at":"2013-10-25T19:00:28.000Z","dependencies_parsed_at":"2022-09-13T02:10:34.534Z","dependency_job_id":null,"html_url":"https://github.com/richrd/sl-web-sms","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/richrd%2Fsl-web-sms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richrd%2Fsl-web-sms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richrd%2Fsl-web-sms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richrd%2Fsl-web-sms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richrd","download_url":"https://codeload.github.com/richrd/sl-web-sms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239619572,"owners_count":19669447,"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-11-07T15:39:02.152Z","updated_at":"2025-11-19T21:30:14.110Z","avatar_url":"https://github.com/richrd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"sl-web-sms\n==========\n\nSimple Python lib for sending free SMS-messages via oma.saunalahti.fi web interface.\n\n### Usage ###\n    import sl_web_sms\n\n    # Methods 'Login' and 'Send' return True on success, otherwise False.\n    # At the moment, no error handling is implemented, so use try \u0026 except.\n    service = sl_web_sms.SaunalahtiWebSMS()\n    try:\n        service.Login(user,pw)\n\n        message = u\"Hello world!\" # message data must be unicode\n\n        # Automatically select which number to send from\n        service.Send(to,message)\n\n        # or\n\n        # Select the first available number to send from\n        service.Send(to,message,from=service.sender_numbers[0]) \n\n        print \"Message sent.\"\n    except Exception,e:\n        print \"Sorry, something broke:\",e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichrd%2Fsl-web-sms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichrd%2Fsl-web-sms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichrd%2Fsl-web-sms/lists"}