{"id":19070983,"url":"https://github.com/progressify/pysunsky","last_synced_at":"2026-05-17T16:30:13.138Z","repository":{"id":62583832,"uuid":"285550165","full_name":"progressify/pysunsky","owner":"progressify","description":"A python SDK for API of: sunsky-online.com","archived":false,"fork":false,"pushed_at":"2023-07-09T08:29:38.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T16:57:24.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/progressify.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}},"created_at":"2020-08-06T11:13:27.000Z","updated_at":"2025-01-10T23:04:58.000Z","dependencies_parsed_at":"2023-07-16T00:15:34.886Z","dependency_job_id":null,"html_url":"https://github.com/progressify/pysunsky","commit_stats":null,"previous_names":["progressify/sunsky-python-api-service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progressify%2Fpysunsky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progressify%2Fpysunsky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progressify%2Fpysunsky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progressify%2Fpysunsky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progressify","download_url":"https://codeload.github.com/progressify/pysunsky/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122574,"owners_count":19751142,"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-09T01:21:47.727Z","updated_at":"2026-05-17T16:30:13.077Z","avatar_url":"https://github.com/progressify.png","language":"Python","funding_links":["https://www.paypal.me/progressify"],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://progressify.dev/img/progressify-logo.png\" alt=\"logo\" height=\"120\" align=\"right\" /\u003e\n\n# Sunsky Python API Service\n\nSimple SDK for use the Open API's of sunsky-online.com\n\nFull documentation at: https://www.sunsky-online.com/base/doc!view.do?code=openapi\n\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/progressify/sunsky-python-api-service/graphs/commit-activity)\n[![Paypal Donate](https://img.shields.io/badge/PayPal-Donate%20to%20Author-blue.svg)](https://www.paypal.me/progressify) \n[![Satispay Donate](https://img.shields.io/badge/Satispay-Donate%20to%20Author-red.svg)](https://tag.satispay.com/progressify) \n[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/progressify/sunsky-python-api-service/issues)\n\n\n## Installation\n\nYou can add in your `requirements.txt`:\n\n```\npysunsky==1.0\n```\n\nor you can link the github:\n\n```\ngit+https://github.com/progressify/pysunsky\n```\n\n\n## Usage\n\nCreate a file named `config.ini`\n\n```\n[SUNSKY]\nkey = examplekey123@something\nsecret = examplesecret123\n```\n\nReplace the sample data with your sunsky credential.\n\nIf the `config.ini` file is located in the same directory of your script you can call the class directly:\n\n```\nopen_api_service = OpenApiService()\nurl_products = \"http://www.sunsky-api.com/openapi/product!search.do\"\nparameters = {'gmtModifiedStart': '10/31/2012'}\nresult = open_api_service.call(url_products, parameters)\n```\n\nOtherwise you can specify a custom (relative or absolute) path:\n\n```\nopen_api_service = OpenApiService(config_path='./path-of-your-config-file/')\nurl_products = \"http://www.sunsky-api.com/openapi/product!search.do\"\nparameters = {'gmtModifiedStart': '10/31/2012'}\nresult = open_api_service.call(url_products, parameters)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogressify%2Fpysunsky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogressify%2Fpysunsky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogressify%2Fpysunsky/lists"}