{"id":21113878,"url":"https://github.com/wux1an/fake-useragent","last_synced_at":"2025-09-11T11:43:13.610Z","repository":{"id":43283165,"uuid":"425845270","full_name":"wux1an/fake-useragent","owner":"wux1an","description":"Provide random user agent","archived":false,"fork":false,"pushed_at":"2022-07-14T13:01:05.000Z","size":34,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-08T18:42:57.978Z","etag":null,"topics":["crawler","random","spider","ua","user-agent","useragent"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wux1an.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-08T13:18:59.000Z","updated_at":"2025-04-28T19:58:37.000Z","dependencies_parsed_at":"2022-09-05T05:30:23.248Z","dependency_job_id":null,"html_url":"https://github.com/wux1an/fake-useragent","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wux1an/fake-useragent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wux1an%2Ffake-useragent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wux1an%2Ffake-useragent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wux1an%2Ffake-useragent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wux1an%2Ffake-useragent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wux1an","download_url":"https://codeload.github.com/wux1an/fake-useragent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wux1an%2Ffake-useragent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274628514,"owners_count":25320694,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["crawler","random","spider","ua","user-agent","useragent"],"created_at":"2024-11-20T01:59:16.400Z","updated_at":"2025-09-11T11:43:13.560Z","avatar_url":"https://github.com/wux1an.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fake-useragent\n\nProvide random user agent \n\n# Install\n\n```console\ngo get -u github.com/wux1an/fake-useragent\n```\n\n# Usage\n\n```golang\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/wux1an/fake-useragent\"\n)\n\nfunc main() {\n\tfmt.Println(ua.Random())\n\tfmt.Println(ua.RandomType(ua.Desktop))\n\tfmt.Println(ua.RandomType(ua.Mobile))\n\tfmt.Println(ua.RandomType(ua.Chrome))\n}\n\n// Output:\n// Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15\n// Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36\n// Mozilla/5.0 (Linux; Android 8.1.0; Moto G (5S)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36\n// Mozilla/5.0 (Linux; Android 7.1; vivo 1716 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwux1an%2Ffake-useragent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwux1an%2Ffake-useragent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwux1an%2Ffake-useragent/lists"}