An open API service indexing awesome lists of open source software.

https://github.com/antibot-dev-team/antibot-backend

Antibot Backend
https://github.com/antibot-dev-team/antibot-backend

antibot bot-detection go golang rest service

Last synced: 5 months ago
JSON representation

Antibot Backend

Awesome Lists containing this project

README

          

# Antibot Backend
## Requirements
- Go (tested on 1.16.5)

## Usage
Run:
```bash
make run
```
Test:
```bash
curl -X POST http://localhost:8081/api/v1/analyze -d '{"data":"test"}'
```