{"id":28400457,"url":"https://github.com/oli3djon/eskiz-pkg","last_synced_at":"2025-08-02T16:05:00.838Z","repository":{"id":285529224,"uuid":"958447202","full_name":"oli3djon/Eskiz-pkg","owner":"oli3djon","description":"Integration Python \u0026 Eskiz.uz SMS API 2024 — 06","archived":false,"fork":false,"pushed_at":"2025-04-01T08:04:25.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T09:38:52.304Z","etag":null,"topics":["python-sms","sms","sms-service"],"latest_commit_sha":null,"homepage":"","language":"Python","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/oli3djon.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-01T08:03:32.000Z","updated_at":"2025-04-01T08:06:14.000Z","dependencies_parsed_at":"2025-04-01T09:22:54.007Z","dependency_job_id":"68e56cd0-48c5-46d3-998f-7a137b889503","html_url":"https://github.com/oli3djon/Eskiz-pkg","commit_stats":null,"previous_names":["oli3djon/eskiz-pkg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oli3djon/Eskiz-pkg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oli3djon%2FEskiz-pkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oli3djon%2FEskiz-pkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oli3djon%2FEskiz-pkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oli3djon%2FEskiz-pkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oli3djon","download_url":"https://codeload.github.com/oli3djon/Eskiz-pkg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oli3djon%2FEskiz-pkg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268415881,"owners_count":24246812,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["python-sms","sms","sms-service"],"created_at":"2025-06-01T10:37:43.551Z","updated_at":"2025-08-02T16:05:00.811Z","avatar_url":"https://github.com/oli3djon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Integration Eskiz.uz SMS Provider\nSupport by Telegram - http://t.me/muhammadali_me \u003cbr\u003e\n\n```\n$ pip install eskiz-pkg\n```\n### Credentials\n```\nURL: https://notify.eskiz.uz/api/\nEmail: test@eskiz.uz\nPassword: j6DWtQjjpLDNjWEk74Sx\n```\n\n## Docs\n   * [Send SMS](#send-sms)\n   * [Refresh Token](#refresh-token)\n\n## Send SMS\nExample for send SMS:\n\nRequest\n\n```\nfrom eskiz.client.sync import ClientSync\n\neskiz_client = ClientSync(\n    email=\"test@eskiz.uz\",\n    password=\"j6DWtQjjpLDNjWEk74Sx\",\n)\n\ntext = \"Hello from Python\"\n\nresp = eskiz_client.send_sms(\n    phone_number=998888351717,\n    message=text\n)\n\nprint(resp)\n```\nResponse\n\n```\nid='e837dec2-2f5a-44a9-a1d1-6fcc13e94d86' message='Waiting for SMS provider' status='waiting'\n```\n\n   \n## Refresh Token\nExample for refresh token:\n\nRequest\n\n```\nfrom eskiz.client.sync import ClientSync\n\neskiz_client = ClientSync(\n    email=\"test@eskiz.uz\",\n    password=\"j6DWtQjjpLDNjWEk74Sx\",\n)\n\nresp = eskiz_client.refresh_token()\nprint(resp)\n```\nResponse\n\n```\neyJleHAiOjE3MjA4NTQ5NTUsImlhdCI6MTcxODI2Mjk1NSwicm9sZSI6InVzZXIiLCJzaWduIjoiNjU5OWQ1MWU4ZjU0NTFmMjc3OTQ1MTA3N2NmMzdmMTMxM2QzYjkzMDk1Y\n```\n\n## Check Balance\nExample for checking the SMS balance:\n\nRequest\n\n```\nfrom eskiz.client.sync import ClientSync\n\neskiz_client = ClientSync(\n    email=\"test@eskiz.uz\",\n    password=\"j6DWtQjjpLDNjWEk74Sx\",\n)\n\nbalance = eskiz_client.get_balance()\nprint(f\"Remaining SMS credits: {balance}\")\n```\nResponse\n\n```\nRemaining SMS credits: 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foli3djon%2Feskiz-pkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foli3djon%2Feskiz-pkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foli3djon%2Feskiz-pkg/lists"}