{"id":20704645,"url":"https://github.com/zer-far/roulette","last_synced_at":"2026-06-04T17:31:12.551Z","repository":{"id":219479718,"uuid":"749159020","full_name":"zer-far/roulette","owner":"zer-far","description":"Efficient random user-agent and referrer generator.","archived":false,"fork":false,"pushed_at":"2024-03-05T11:40:21.000Z","size":24,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T04:49:00.651Z","etag":null,"topics":["golang","golang-library","golang-module","headers","random-generation","referer","referrer","user-agent","user-agents","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Go","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/zer-far.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":"2024-01-27T18:48:37.000Z","updated_at":"2024-10-28T18:46:34.000Z","dependencies_parsed_at":"2024-01-27T19:44:26.298Z","dependency_job_id":"54a12322-2582-494d-a0d3-c714b42d0580","html_url":"https://github.com/zer-far/roulette","commit_stats":null,"previous_names":["zer-far/roulette"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zer-far/roulette","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zer-far%2Froulette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zer-far%2Froulette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zer-far%2Froulette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zer-far%2Froulette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zer-far","download_url":"https://codeload.github.com/zer-far/roulette/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zer-far%2Froulette/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27547756,"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-12-06T02:00:06.463Z","response_time":60,"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":["golang","golang-library","golang-module","headers","random-generation","referer","referrer","user-agent","user-agents","web-scraping"],"created_at":"2024-11-17T01:14:17.507Z","updated_at":"2025-12-06T17:02:27.825Z","avatar_url":"https://github.com/zer-far.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roulette\n\nRoulette is a module designed to provide random user-agents and referrer headers.\n\n## Usage\n\n``` go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/zer-far/roulette\"\n)\n\nfunc main() {\n\t// Get a random user agent\n\tuserAgent := roulette.GetUserAgent()\n\tfmt.Println(\"Random User Agent:\", userAgent)\n\n\t// Get a random referrer\n\treferrer := roulette.GetReferrer()\n\tfmt.Println(\"Random Referrer:\", referrer)\n}\n```\n\n``` shell\ngo run main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzer-far%2Froulette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzer-far%2Froulette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzer-far%2Froulette/lists"}