{"id":25434634,"url":"https://github.com/salko-ua/monkeytype","last_synced_at":"2026-04-25T12:35:05.379Z","repository":{"id":270790281,"uuid":"911464874","full_name":"salko-ua/monkeytype","owner":"salko-ua","description":"Python library that simplifies work with the Monkeytype API using data classes. Use it to pull data from your account","archived":false,"fork":false,"pushed_at":"2026-01-29T12:06:51.000Z","size":276,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"general","last_synced_at":"2026-01-30T02:23:37.492Z","etag":null,"topics":["dataclasses","fastapi","monkeytype","python"],"latest_commit_sha":null,"homepage":"https://api.monkeytype.com/docs#","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/salko-ua.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-03T04:46:47.000Z","updated_at":"2026-01-29T12:06:47.000Z","dependencies_parsed_at":"2025-01-03T05:29:21.101Z","dependency_job_id":"c973a6a2-0b24-44bd-b434-e9b9625e4527","html_url":"https://github.com/salko-ua/monkeytype","commit_stats":null,"previous_names":["salko-ua/advent-of-write","salko-ua/monkey-type","salko-ua/monkeytype"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salko-ua/monkeytype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salko-ua%2Fmonkeytype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salko-ua%2Fmonkeytype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salko-ua%2Fmonkeytype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salko-ua%2Fmonkeytype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salko-ua","download_url":"https://codeload.github.com/salko-ua/monkeytype/tar.gz/refs/heads/general","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salko-ua%2Fmonkeytype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dataclasses","fastapi","monkeytype","python"],"created_at":"2025-02-17T06:18:18.426Z","updated_at":"2026-04-25T12:35:05.359Z","avatar_url":"https://github.com/salko-ua.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## MonkeyType Library python\n\nExample of usage\n```python\nfrom monkeytype.authorization import Authorization\nfrom monkeytype.users import Users\n\ntoken=''\n\n# Get auth\nmonkey = Authorization(token)\n# It sorted by categories\n# Categories in api it`s class in python\n# Users has methods (check_name, get_personal_bests ..) like in https://api.monkeytype.com/docs\nusers = Users(monkey)\n\n# Example of usage method get_personal_bests\n# Temp docs\n# Users has methods\n# methods has any data after they was called and has limits\\\n# example\nbests = users.get_personal_bests(\"time\") # get personal best by time\nex1 = bests.limits.x_ratelimit_limit\nex2 = bests.limits.x_ratelimit_reset\nex3 = bests.limits.x_ratelimit_remaining\nanother_data = bests.personal_beats[\"15\"].acc # for example\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalko-ua%2Fmonkeytype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalko-ua%2Fmonkeytype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalko-ua%2Fmonkeytype/lists"}