# bot-fetch

> only bot fetcher

Latest version **1.0.1** (published 2021-07-23) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install bot-fetch
pnpm add bot-fetch
yarn add bot-fetch
bun add bot-fetch
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-07-23 |
| First published | 2021-07-23 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | FARHAN - FHTEAM // hanscker3@gmail.com |
| Maintainers | fhteamid |
| Keywords | nodejs, fetch, node-fetch, fetcher, npm |

## Links

- npm: https://www.npmjs.com/package/bot-fetch
- Repository: https://github.com/FHTEAMID/bot-fetch
- Homepage: https://github.com/FHTEAMID/bot-fetch#readme
- Issues: https://github.com/FHTEAMID/bot-fetch/issues
- npm.io page: https://npm.io/package/bot-fetch

## Dependencies (1)

- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.1

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2021-07-23

## README

# INSTALL 
```bash
> npm i bot-fetch2
```

# CONTRIBUTOR
you can download *.zip* 

# EXAMPLE
```javascript
var { fetchJson, getBuffer } = require('bot-fetch2');

fetchJson(url, options)
.then(anu => console.log(anu))
// FIX BUG FETCHER JSON

getBuffer(url, options)
// BUG ATAU ENGGAKNYA LAPOR AE
```

# EXAMPLE CASE BOT
```javascript
case 'tiny':
var { fetchJson } = require('bot-fetch2');
query = body.slice(6)
fetchJson('https://docs-api-fhans.herokuapp.com/api/short/tiny?apikey=FhansGanss&url=${query}')
.then(anu => {
    q = 'link asli : ${query}\nlink short : ${anu.result.link}'
    client.sendMessage(from, q, text, {quoted: mek})
})
break
```

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