{"id":21654694,"url":"https://github.com/ivan-sincek/bot-safe-agents","last_synced_at":"2026-03-16T02:02:36.885Z","repository":{"id":262243554,"uuid":"886610646","full_name":"ivan-sincek/bot-safe-agents","owner":"ivan-sincek","description":"A library for fetching a list of bot-safe user agents.","archived":false,"fork":false,"pushed_at":"2024-11-25T14:49:41.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T22:45:50.343Z","etag":null,"topics":["bot-safe","botting","browser","bug-bounty","crawling","ethical-hacking","evasion","offensive-security","penetration-testing","python","rate-limiting","red-team-engagement","scraping","security","threat-hunting","threat-intelligence","user-agents","web-penetration-testing"],"latest_commit_sha":null,"homepage":"","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/ivan-sincek.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-11-11T09:36:37.000Z","updated_at":"2025-03-26T17:09:47.000Z","dependencies_parsed_at":"2024-11-11T11:50:50.715Z","dependency_job_id":"eeaf9413-ae9f-4668-b7a7-1ccff491cf0d","html_url":"https://github.com/ivan-sincek/bot-safe-agents","commit_stats":null,"previous_names":["ivan-sincek/bot-safe-agents"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fbot-safe-agents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fbot-safe-agents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fbot-safe-agents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fbot-safe-agents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivan-sincek","download_url":"https://codeload.github.com/ivan-sincek/bot-safe-agents/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252967982,"owners_count":21833247,"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":["bot-safe","botting","browser","bug-bounty","crawling","ethical-hacking","evasion","offensive-security","penetration-testing","python","rate-limiting","red-team-engagement","scraping","security","threat-hunting","threat-intelligence","user-agents","web-penetration-testing"],"created_at":"2024-11-25T08:28:44.560Z","updated_at":"2026-03-16T02:02:36.873Z","avatar_url":"https://github.com/ivan-sincek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bot Safe Agents\n\nA library for fetching a list of bot-safe user agents.\n\nMade for educational purposes. I hope it will help!\n\n## Table of Contents\n\n* [How to Install](#how-to-install)\n\t* [Standard Install](#standard-install)\n\t* [Build and Install From the Source](#build-and-install-from-the-source)\n* [Usage](#usage)\n\n## How to Install\n\n### Standard Install\n\n```bash\npip3 install bot-safe-agents\n\npip3 install --upgrade bot-safe-agents\n```\n\n### Build and Install From the Source\n\nRun the following commands:\n\n```bash\ngit clone https://github.com/ivan-sincek/bot-safe-agents \u0026\u0026 cd bot-safe-agents\n\npython3 -m pip install --upgrade build\n\npython3 -m build\n\npython3 -m pip install dist/bot-safe-agents-1.2-py3-none-any.whl\n```\n\n## Usage\n\nGet all user agents:\n\n```python\nimport bot_safe_agents\n\nuser_agents = bot_safe_agents.get_all()\nprint(user_agents)\n\n# do something\n```\n\nGet a random user agent:\n\n```python\nimport bot_safe_agents\n\nuser_agents = bot_safe_agents.get_random()\nprint(user_agents)\n\n# do something\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-sincek%2Fbot-safe-agents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivan-sincek%2Fbot-safe-agents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-sincek%2Fbot-safe-agents/lists"}