{"id":37065289,"url":"https://github.com/wxllow/whatnot","last_synced_at":"2026-01-14T07:38:33.323Z","repository":{"id":44366162,"uuid":"512266845","full_name":"wxllow/whatnot","owner":"wxllow","description":"Work-in-progress unofficial asynchronous API wrapper for Whatnot API.","archived":false,"fork":false,"pushed_at":"2024-04-18T15:35:11.000Z","size":145,"stargazers_count":11,"open_issues_count":7,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-13T12:11:48.952Z","etag":null,"topics":["api","api-wrapper","async","asyncio","python","whatnot","wrapper"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/whatnot/","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/wxllow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/wxllowxy"]}},"created_at":"2022-07-09T19:15:35.000Z","updated_at":"2025-10-02T00:33:44.000Z","dependencies_parsed_at":"2024-04-18T17:08:37.798Z","dependency_job_id":null,"html_url":"https://github.com/wxllow/whatnot","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"1e4a141c42e713d255a2c19b2257f35e81ccb49b"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wxllow/whatnot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxllow%2Fwhatnot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxllow%2Fwhatnot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxllow%2Fwhatnot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxllow%2Fwhatnot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wxllow","download_url":"https://codeload.github.com/wxllow/whatnot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxllow%2Fwhatnot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api","api-wrapper","async","asyncio","python","whatnot","wrapper"],"created_at":"2026-01-14T07:38:32.707Z","updated_at":"2026-01-14T07:38:33.308Z","avatar_url":"https://github.com/wxllow.png","language":"Python","funding_links":["https://paypal.me/wxllowxy"],"categories":[],"sub_categories":[],"readme":"# Whatnot API\n\nWork-in-progress unofficial asynchronous API wrapper for [Whatnot](https://www.whatnot.com) API.\n\n***Currently, authorized actions are currently broken due to API changes, however, most of the project is still usable. If you would like to help fix it, please contribute :)***\n\nIf anyone wants to take on this project, let me know, because I do not have the time to work on it and I have no use for it anymore either way.\n\n## Download\n\n`poetry add whatnot` *or* `pip install whatnot`\n\n## Roadmap\n\nSee [ROADMAP.md](ROADMAP.md)\n\n## Example\n\n```python\nimport asyncio\nfrom whatnot import Whatnot\n\nasync def main():\n    async with Whatnot() as whatnot:\n        # Get the whatnot account\n        whatnot_user = await whatnot.get_user(\"whatnot\")\n        print(whatnot_user.username)\n        # OR await whatnot.get_user_by_id(\"21123\")\n\n        # Get user's lives\n        lives = await whatnot.get_user_lives(whatnot_user.id)\n\n        # Print out all of the lives\n        for live in lives:\n            print(live.title)\n\n\nasyncio.run(main())\n```\n\n## Project Layout\n\n- whatnot\n  - exc.py - Exceptions\n  - interactive_login.py - Interactive Login Tool\n  - queries.py - Queries\n  - types.py - Types\n  - utils.py - Utilities\n  - whatnot.py - Main class\n\n## Disclaimer\n\nThis project is unofficial and is not affiliated with or endorsed by Whatnot.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxllow%2Fwhatnot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwxllow%2Fwhatnot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxllow%2Fwhatnot/lists"}