{"id":16183120,"url":"https://github.com/retailify/ispapi","last_synced_at":"2025-04-07T12:41:46.531Z","repository":{"id":90882209,"uuid":"96983117","full_name":"retailify/ispapi","owner":"retailify","description":"Hexonet ISP API","archived":false,"fork":false,"pushed_at":"2017-07-12T10:50:54.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T15:24:41.433Z","etag":null,"topics":["hexonet","ispapi","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/retailify.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-12T08:20:21.000Z","updated_at":"2020-11-30T09:36:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3ef2575-572c-452c-b2b3-11013f593ce3","html_url":"https://github.com/retailify/ispapi","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fispapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fispapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fispapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fispapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retailify","download_url":"https://codeload.github.com/retailify/ispapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247655136,"owners_count":20974128,"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":["hexonet","ispapi","python"],"created_at":"2024-10-10T06:44:56.591Z","updated_at":"2025-04-07T12:41:46.511Z","avatar_url":"https://github.com/retailify.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hexonet ISP API\n===============\n\nThis is a clone of Hexonet ispapi 2.2.\n\nInstall ispapi\n--------------\n\n.. code:: bash\n    \n    pip install ispapi\n\n.. code:: python\n\n    # Import the ispapi library\n    import ispapi\n    \n    # Create a connection with the URL, entity, login and password\n    # Use \"1234\" as entity for the OT\u0026E, and \"54cd\" for productive use\n    # Don't have a HEXONET Account yet? Get one here: www.hexonet.net/sign-up\n    api = ispapi.connect(\n        url = 'https://coreapi.1api.net/api/call.cgi',\n        entity = '1234',\n        login = 'test.user',\n        password = 'test.passw0rd'\n    )\n    \n    # Call a command\n    response = api.call({\n    'Command': \"QueryDomainList\", 'limit' : 5\n    })\n    \n    # Display the result in the format you want\n    res = response.as_list()\n    res = response.as_list_hash()\n    res = response.as_hash()\n    \n    # Get the response code and the response description\n    code = response.code()\n    description = response.description()","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretailify%2Fispapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretailify%2Fispapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretailify%2Fispapi/lists"}