{"id":21455722,"url":"https://github.com/fastily/spawn-user-agent","last_synced_at":"2025-12-27T10:11:38.109Z","repository":{"id":210865548,"uuid":"493488704","full_name":"fastily/spawn-user-agent","owner":"fastily","description":"👻 Super simple user agent generator","archived":false,"fork":false,"pushed_at":"2024-08-25T09:27:44.000Z","size":22,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-26T11:36:57.724Z","etag":null,"topics":["python3","user-agent"],"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/fastily.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-05-18T03:00:12.000Z","updated_at":"2024-08-25T09:27:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"108c596c-8a36-4d1b-b1c2-ab22289c5772","html_url":"https://github.com/fastily/spawn-user-agent","commit_stats":null,"previous_names":["fastily/spawn-user-agent"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fspawn-user-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fspawn-user-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fspawn-user-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fspawn-user-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastily","download_url":"https://codeload.github.com/fastily/spawn-user-agent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226002995,"owners_count":17558157,"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":["python3","user-agent"],"created_at":"2024-11-23T05:13:13.242Z","updated_at":"2025-12-27T10:11:38.074Z","avatar_url":"https://github.com/fastily.png","language":"Python","readme":"# spawn-user-agent\n[![Python 3.9+](https://upload.wikimedia.org/wikipedia/commons/4/4f/Blue_Python_3.9%2B_Shield_Badge.svg)](https://www.python.org)\n[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)\n\n`spawn_user_agent` is a library for generating a list of *recent* user agents (i.e. within the past year).  This makes it useful for testing purposes or for web spiders exercising discretion.\n\nSo how does this differ from everything else?  Well this is a simple \u0026 barebones library without any dependencies.  Generating user agents shouldn't be a difficult or complex problem, but just about every other library I could find struggles to [KISS](https://en.wikipedia.org/wiki/KISS_principle).\n\nSome reasonable amount of effort will be applied to keep the list of UAs up to date.\n\n## Installation\n```bash\npip install spawn-user-agent\n```\n\n## Usage\n```python\nfrom spawn_user_agent.user_agent import SpawnUserAgent\n\n# generate a list of firefox UAs\nprint(SpawnUserAgent.firefox())\n\n# generate a list of chrome UAs\nprint(SpawnUserAgent.chrome())\n\n# generate a list of safari UAs\nprint(SpawnUserAgent.safari())\n\n# generate a list of mobile safari UAs\nprint(SpawnUserAgent.safari_mobile())\n\n# generate a list of all UAs (combination of everything above)\nprint(SpawnUserAgent.generate_all())\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastily%2Fspawn-user-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastily%2Fspawn-user-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastily%2Fspawn-user-agent/lists"}