{"id":15581460,"url":"https://github.com/moralcode/pawprints-api","last_synced_at":"2025-10-08T21:32:34.690Z","repository":{"id":147587634,"uuid":"610071270","full_name":"MoralCode/pawprints-api","owner":"MoralCode","description":"a python API Wrapper for the RIT PawPrints WebSocket API","archived":false,"fork":false,"pushed_at":"2023-03-25T19:54:43.000Z","size":63,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T08:19:44.711Z","etag":null,"topics":["rochester-institute-of-technology"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MoralCode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-06T02:51:16.000Z","updated_at":"2023-11-27T01:32:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"a40c5e40-db0f-489b-955a-ff5fc08eb48e","html_url":"https://github.com/MoralCode/pawprints-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2Fpawprints-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2Fpawprints-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2Fpawprints-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2Fpawprints-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoralCode","download_url":"https://codeload.github.com/MoralCode/pawprints-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247588839,"owners_count":20963011,"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":["rochester-institute-of-technology"],"created_at":"2024-10-02T19:48:23.982Z","updated_at":"2025-10-08T21:32:29.645Z","avatar_url":"https://github.com/MoralCode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PawPrints API\n\nA python wrapper for the pawprints WebSockets API\n\n## Usage\n\n```python\nfrom pawprints_api import PawPrints\n\npawprints = PawPrints()\n\n# connect\nawait pawprints.connect()\n\n\ntry:\n\tasync for data in pawprints.listen():\n\t\t# Handle the message as needed\n\t\tprint(data)\nexcept Exception:\n\tprint('Stopping...')\n\tawait api.disconnect()\n\n\n\npetition_id = 3456\t\t\t\t\npetition_data = pawprints.get_petition(petition_id)\n\nprint(petition_data)\n\nawait api.disconnect()\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoralcode%2Fpawprints-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoralcode%2Fpawprints-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoralcode%2Fpawprints-api/lists"}