# tb-bot-identification

> A API For Identifiying TB Bots

Latest version **0.0.3** (published 2020-08-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install tb-bot-identification
pnpm add tb-bot-identification
yarn add tb-bot-identification
bun add tb-bot-identification
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2020-08-08 |
| First published | 2020-08-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.6 KB |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| Author | NiceJSProgrammer#4774 |
| Maintainers | kagamox |
| Keywords | tb, trollbox, bots, identification, api |

## Links

- npm: https://www.npmjs.com/package/tb-bot-identification
- npm.io page: https://npm.io/package/tb-bot-identification

## Dependencies (1)

- [axios](https://npm.io/package/axios.md) ^0.19.2

## Alternatives

- [react-native-root-siblings](https://npm.io/package/react-native-root-siblings.md) — 102.9K weekly downloads
- [@praxisui/dialog](https://npm.io/package/@praxisui/dialog.md) — 2.0K weekly downloads
- [easy-toggle-state](https://npm.io/package/easy-toggle-state.md) — 350 weekly downloads
- [ngx-lightbox-evp](https://npm.io/package/ngx-lightbox-evp.md) — 19 weekly downloads
- [react-native-modal-translucent-axton](https://npm.io/package/react-native-modal-translucent-axton.md) — 4 weekly downloads

## Recent versions

- 0.0.3 (latest) — 2020-08-08
- 0.0.2 — 2020-08-08
- 0.0.1 — 2020-08-08

## README

# tb-bot-identification

tb-bot-identification is a package to identify bots in windows93 trollbox

# Features

  - Use a custom api url
  - Use a custom path for the api

### Examples

Simple API Request
```js
var api = require('tb-bot-identification');
async function test() {
dt = await api.isabot("Marisa m!?","home")
}
test()
```
Simple API Request with custom url and path:
```js
var api = require('tb-bot-identification');
api.use('url', 'https://localhost:3000');
api.use('path', '/apipath')
async function test() {
dt = await api.isabot("Marisa m!?","home")
}
test()
```

### Installation

Install the dependencies and devDependencies and start the server.

```sh
$ cd tb-bot-identification
$ npm install -d
```

### Test
```js
$ npm test
```

---
_Source: https://npm.io/package/tb-bot-identification · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
