{"id":37085451,"url":"https://github.com/afilnet/api-python","last_synced_at":"2026-01-14T10:30:23.404Z","repository":{"id":37458461,"uuid":"62396624","full_name":"Afilnet/api-python","owner":"Afilnet","description":"This package is an easy way to use send sms, email and voice (texto-to-speech) using Afilnet services","archived":false,"fork":false,"pushed_at":"2016-07-01T17:01:36.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-22T00:09:01.301Z","etag":null,"topics":["email-python","sms","sms-api","sms-messaging","sms-python","voice-python"],"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/Afilnet.png","metadata":{"files":{"readme":"README.rst","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":"2016-07-01T13:56:52.000Z","updated_at":"2024-07-22T16:32:23.000Z","dependencies_parsed_at":"2022-08-19T18:00:53.154Z","dependency_job_id":null,"html_url":"https://github.com/Afilnet/api-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Afilnet/api-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Afilnet%2Fapi-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Afilnet%2Fapi-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Afilnet%2Fapi-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Afilnet%2Fapi-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Afilnet","download_url":"https://codeload.github.com/Afilnet/api-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Afilnet%2Fapi-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:25:19.714Z","status":"ssl_error","status_checked_at":"2026-01-14T10:22:49.371Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["email-python","sms","sms-api","sms-messaging","sms-python","voice-python"],"created_at":"2026-01-14T10:30:22.772Z","updated_at":"2026-01-14T10:30:23.378Z","avatar_url":"https://github.com/Afilnet.png","language":"Python","readme":"Afilnet Cloud Marketing\n=======================\n\nThis package is designed to be an easy way to use Afilnet API services. You can send SMS, email and voice notifications using your Afilnet account.\n\nYou only need an Afilnet account with enought credits.\nIf you do not have an account, you can `create it \u003chttp://afilnet.us/client/register.php/\u003e`_ in a few minutes.\n\n\nInstallation\n------------\nYou can use pip to install this package.\nGo to your terminal and run: pip install afilnet\n\n\nEasy to use\n~~~~~~~~~~~\n\nYou only need to call the module ``urls.py`` + service:\n\n.. code-block:: python\n\n    res = afilnet.sendSMS(\"MyAfilnetUsername\", \"MyAfilnetPassword\", \"To\", \"This is a test message\", \"From\")\n\n\nThen you will receive the result in json.\n\n\nAvailable Services\n------------------\nThere are 4 channels availables:\n- General\n- SMS\n- Email\n- Voice\n\nThis library use the structure:\n\n.. code-block:: python\n\n    res = afilnet.service(params)\n\nGeneral has two services:\n- getBalance (Get balance of your account)\n- isUser (Return if user is valid or not) *This service return a boolean*\n\nSMS, Email and Voice have the same services:\n- send (Send to a single user)\n- sendFromTemplate (Send to a single user using a template)\n- sendToGroup (Send to a defined group)\n- sendToGroupFromTemplate (Send to a defined group using a template)\n- getDeliveryStatus (Get delivery status of a message)\n\n## SMS\n~~~~~~\n- sendSms(username, password, to, message, sender, scheduledatetime=\"\")\n- sendSmsFromTemplate(username, password, to, idTemplate, params, scheduledatetime=\"\")\n- sendSmsToGroup(username, password, sender, countryCode, idGroup, msg, scheduledatetime=\"\")\n- sendSmsToGroupFromTemplate(username, password, countryCode, idGroup, idTemplate, scheduledatetime=\"\")\n\n## Email\n~~~~~~~~\n- sendEmail(username, password, subject, to, message, scheduledatetime=\"\"):\n- sendEmailFromTemplate(username, password, to, idTemplate, params, scheduledatetime=\"\")\n- sendEmailToGroup(username, password, subject, idGroup, msg, scheduledatetime=\"\")\n- sendEmailToGroupFromTemplate(username, password, idGroup, idTemplate, scheduledatetime=\"\")\n\n## Voice\n~~~~~~~~\n- sendVoice(username, password, to, message, lang=\"\", scheduledatetime=\"\")\n- sendVoiceFromTemplate(username, password, to, idTemplate, params, scheduledatetime=\"\")\n- sendVoiceToGroup(username, password, countryCode, idGroup, msg, scheduledatetime=\"\")\n- sendVoiceToGroupFromTemplate(username, password, countryCode, idGroup, idTemplate, scheduledatetime=\"\")\n\n## User\n~~~~~~~\n- getBalance(username, password)\n- isUser(username, password)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafilnet%2Fapi-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafilnet%2Fapi-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafilnet%2Fapi-python/lists"}