{"id":17437190,"url":"https://github.com/fr4ncistaylor/hubsaleapi","last_synced_at":"2025-03-28T01:52:15.165Z","repository":{"id":62569735,"uuid":"342402723","full_name":"Fr4ncisTaylor/hubsaleapi","owner":"Fr4ncisTaylor","description":"Connection to hubsale using python.","archived":false,"fork":false,"pushed_at":"2021-02-26T01:00:40.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T01:48:25.568Z","etag":null,"topics":["hubsale","hubsale-api","hubsale-python","hubsaleapi","python3","pytonapi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fr4ncisTaylor.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":"2021-02-25T23:03:09.000Z","updated_at":"2021-02-26T16:25:26.000Z","dependencies_parsed_at":"2022-11-03T17:15:25.140Z","dependency_job_id":null,"html_url":"https://github.com/Fr4ncisTaylor/hubsaleapi","commit_stats":null,"previous_names":["fr4ncistaylor/hubsale-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fr4ncisTaylor%2Fhubsaleapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fr4ncisTaylor%2Fhubsaleapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fr4ncisTaylor%2Fhubsaleapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fr4ncisTaylor%2Fhubsaleapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fr4ncisTaylor","download_url":"https://codeload.github.com/Fr4ncisTaylor/hubsaleapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245955173,"owners_count":20699889,"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":["hubsale","hubsale-api","hubsale-python","hubsaleapi","python3","pytonapi"],"created_at":"2024-10-17T11:06:37.823Z","updated_at":"2025-03-28T01:52:15.147Z","avatar_url":"https://github.com/Fr4ncisTaylor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\u003cimg src=\"logotipo.png\" alt=\"hubsale\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://api.hub.sale/1.0/documentation/\"\u003eHubSale APi\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003eVersion 1.0\u003c/strong\u003e\u003c/p\u003e\n\n* * *\n[![PyPI](https://img.shields.io/badge/python-3.8-blue.svg)]()\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()\n\n* * *\n## Instalation\n\n``` bash\npip install hubsale\n```\n\n* * *\n## Connection\n``` python\nfrom HubSale import HubSale\nfrom pprint  import pprint\n\nclient_id     = \"\"\nclient_secret = \"\"\n\nhubsale       = HubSale(client_id, client_secret)\ncode, message = hubsale.connect()\n\nif code:\n\tprint(\"Success!!!\")\nelse:\n\tprint('Oops,', message)\n```\n\n* * *\n## Examples\n\n* [Connect](https://github.com/Fr4ncisTaylor/HubSale-api/blob/main/exemplos/connect.py)\n* [Consult sales by last transaction register date](https://github.com/Fr4ncisTaylor/HubSale-api/blob/main/exemplos/consult%20sales%20by%20last%20transaction%20register%20date.py)\n* [Consult sales by transaction register data](https://github.com/Fr4ncisTaylor/HubSale-api/blob/main/exemplos/consult%20sales%20by%20transaction%20register%20date.py)\n* [Consult sales by buy code](https://github.com/Fr4ncisTaylor/HubSale-api/blob/main/exemplos/Consult%20sale.py)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffr4ncistaylor%2Fhubsaleapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffr4ncistaylor%2Fhubsaleapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffr4ncistaylor%2Fhubsaleapi/lists"}