https://github.com/rozhakxd/deskidentity
🎯 DeskIdentity - Intelligent User-Agent Generator API for seamless web automation. 🚀
https://github.com/rozhakxd/deskidentity
api automation backend django generator python restful-api user-agent web-scraping
Last synced: about 2 months ago
JSON representation
🎯 DeskIdentity - Intelligent User-Agent Generator API for seamless web automation. 🚀
- Host: GitHub
- URL: https://github.com/rozhakxd/deskidentity
- Owner: RozhakXD
- Created: 2023-01-27T12:55:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T07:10:49.000Z (about 2 months ago)
- Last Synced: 2025-04-26T07:20:20.494Z (about 2 months ago)
- Topics: api, automation, backend, django, generator, python, restful-api, user-agent, web-scraping
- Language: Python
- Homepage: https://deskidentity.pythonanywhere.com/api/generate/
- Size: 587 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💻 DeskIdentity | Dynamic User-Agent Generator for OS & Browsers
**DeskIdentity** adalah API backend yang sederhana namun cerdas, dirancang untuk **menghasilkan user-agent** berdasarkan sistem operasi dan browser pilihan Anda. Solusi ini sangat cocok untuk **web scraping**, **pengujian otomatisasi**, dan **simulasi aktivitas pengguna** 🔍🤖.
## 🚀 Fitur Utama
- **Dukungan berbagai platform**: Windows, macOS, Linux, Android, iOS 🖥️📱
- **API berbasis Django** yang ringan dan cepat ⚡
- **Menghasilkan User-Agent yang dinamis** 🌐
- **Pilihan browser populer**: Chrome, Firefox, Edge, Safari, Opera 🌍## 🌐 Deploy
Saat ini, DeskIdentity tersedia secara online di:
[https://deskidentity.pythonanywhere.com](https://deskidentity.pythonanywhere.com)## 📦 Instalasi Lokal
```bash
git clone https://github.com/RozhakXD/DeskIdentity.git
cd DeskIdentity
pip install -r requirements.txt
python manage.py runserver
```## 📚 Dokumentasi API
| Endpoint | Method | Deskripsi |
|------------------|--------|-----------------------------------|
| `/api/generate/` | POST | Menghasilkan user-agent acak |**Contoh Request:**
```bash
POST api/generate/
```**Contoh Response:**
```json
{
"os_type": "Linux",
"browser": "Chrome",
"count": 5,
"unique": true
}
```## 📸 Screenshot
## 🛠 Teknologi yang Digunakan
- **Python 3** 🐍
- **Django** 🕊️
- **REST Framework** 🔗## 📃 Lisensi
Proyek ini dilisensikan di bawah MIT License. Silakan digunakan dan dikembangkan!