Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somespecialone/random-user-agent
Simple 🚀 API that get random user-agent on each GET request!
https://github.com/somespecialone/random-user-agent
actix-web deta rust user-agent
Last synced: about 2 months ago
JSON representation
Simple 🚀 API that get random user-agent on each GET request!
- Host: GitHub
- URL: https://github.com/somespecialone/random-user-agent
- Owner: somespecialone
- License: mit
- Created: 2022-03-06T12:20:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T22:20:27.000Z (about 1 year ago)
- Last Synced: 2023-12-12T23:28:08.979Z (about 1 year ago)
- Topics: actix-web, deta, rust, user-agent
- Language: Rust
- Homepage: https://randua.somespecial.one
- Size: 365 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Random User Agent
[![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)
[![license](https://img.shields.io/github/license/somespecialone/random-user-agent)](https://github.com/somespecialone/random-user-agent/blob/master/LICENSE)
[![Test](https://github.com/somespecialone/random-user-agent/actions/workflows/test.yml/badge.svg)](https://github.com/somespecialone/random-user-agent/actions/workflows/test.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/somespecialone/random-user-agent/badge)](https://www.codefactor.io/repository/github/somespecialone/random-user-agent)
[![codecov](https://codecov.io/gh/somespecialone/random-user-agent/branch/master/graph/badge.svg?token=H3JL81SL7P)](https://codecov.io/gh/somespecialone/random-user-agent)---
[//]: # ([![Install on Space](https://deta.space/buttons/dark.svg)]())
> [!WARNING]
> For now, micro will NOT successfully build on `Deta Space` due to timeout exceed
>
> 🎯 Target: `x86_64-unknown-linux-gnu` (Ubuntu 18.04 glibc 2.27)
>
> You can build it using [somespecialone/deta-rust-builder](https://github.com/somespecialone/deta-rust-builder) image---
> API available on [randua.somespecial.one](https://randua.somespecial.one)
## Routes!
Just do `GET` requests! 🚀✨
All responses are `text/plain`. All data in body.
### Random
```
user-agent
```> https://randua.somespecial.one
### All
> https://randua.somespecial.one/all
```
ua1
ua2
...
```## List of used `User-Agents` 🤖:
> Thanks authors and maintainers of these resources 🙏
- [pzb `gist`](https://gist.github.com/pzb/b4b6f57144aea7827ae4)
- [whatismybrowser](https://developers.whatismybrowser.com/useragents/database/)