{"id":17017378,"url":"https://github.com/kourva/uagent","last_synced_at":"2025-04-12T09:32:45.508Z","repository":{"id":192867085,"uuid":"687625575","full_name":"Kourva/uagent","owner":"Kourva","description":"Uagent allows you to retrieve a random user-agent string each time it is executed. It can be used for various web scraping and testing purposes.","archived":false,"fork":false,"pushed_at":"2024-08-28T15:39:07.000Z","size":178,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T04:51:10.476Z","etag":null,"topics":["python3","sqlmap","user-agent","useragent","useragents","webscraping"],"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/Kourva.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":"2023-09-05T16:59:11.000Z","updated_at":"2025-03-05T06:37:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb884a57-d752-497d-a084-47b00e9171c3","html_url":"https://github.com/Kourva/uagent","commit_stats":null,"previous_names":["kourva/uagent","kozyol/uagent"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2Fuagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2Fuagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2Fuagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2Fuagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kourva","download_url":"https://codeload.github.com/Kourva/uagent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248546300,"owners_count":21122287,"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","sqlmap","user-agent","useragent","useragents","webscraping"],"created_at":"2024-10-14T06:36:29.358Z","updated_at":"2025-04-12T09:32:45.242Z","avatar_url":"https://github.com/Kourva.png","language":"Python","readme":"\u003ch3 align='center'\u003e\n    \u003cimg align='left' src='https://github.com/Kourva/uagent/blob/main/ua.png' width=120\u003e\n    \u003ch3\u003e\u003cb\u003euagent\u003c/b\u003e\u003c/h3\u003e\n    \u003cp\u003eUagent allows you to retrieve a random user-agent string each time it is executed. It can be used for various web scraping and testing purposes.\u003c/p\u003e\n\u003c/h3\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between;\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/directory-file-count/Kourva/uagent?logoColor=white\u0026logo=Files\u0026style=plastic\u0026labelColor=black\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/count/Kourva/uagent?logoColor=yellow\u0026logo=Python\u0026style=plastic\u0026labelColor=black\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/Kourva/uagent?logoColor=red\u0026logo=openbugbounty\u0026style=plastic\u0026labelColor=black\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/Kourva/uagent?logoColor=green\u0026logo=lospec\u0026style=plastic\u0026labelColor=black\u0026color=pink\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/code-size/Kourva/uagent?logoColor=blue\u0026logo=databricks\u0026style=plastic\u0026labelColor=black\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/Kourva/uagent?logoColor=pink\u0026logo=freepik\u0026style=plastic\u0026labelColor=black\"\u003e\n\u003c/div\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n# Setup\n+ **Clone repository**\n```bash\ngit clone https://github.com/Kourva/uagent\n```\n+ **Navigate to source directory**\n```bash\ncd uagent\n```\n+ **Make scripts executable**\n```bash\nchmod +x *.py\n```\n+ **Install the tool**\n```bash\nsudo python setup.py install\n```\nYou need **root privilege** to install this tool! so use `sudo` before command.\nThis tool is only compatible with **Linux**!\n\n\u003cbr\u003e\n\n# Usage\n+ For simple usage just type:\n```bash\nuagent\n```\n\u003e Example result: `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0`\n+ If you want to use this tool alongside other tools like **sqlmap**:\n```bash\nsqlmap -u 'https://example.com?id=1' --user-agent=$(uagent)\n```\n\n\u003cbr\u003e\n\n# Uninstall\n```bash\nsudo python setup.py uninstall\n```\nYou need **root privilege** to uninstall this tool! so use `sudo` before command.\n\n\u003cbr\u003e\n\n# Manual \nto see **Manual**:\n```bash\nman uagent\n```\n\n\u003cbr\u003e\n\n# Thank You\n\nThank you for checking out this repository! Your interest and support are greatly appreciated. If you find this project useful or have any feedback, please feel free to open issues or contribute.\n\n\u003e Happy coding!\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fuagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkourva%2Fuagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fuagent/lists"}