# bot-sender

> This package can help you for working with telegram bots.

Latest version **1.0.0** (published 2022-09-24) · ISC license · 0 weekly downloads

## Install

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

## 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.0 |
| Published | 2022-09-24 |
| First published | 2022-09-24 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Hakimov-dev |
| Maintainers | hakimov-dev |
| Keywords | tg-bot, javascript, telegram-api, rest-api |

## Links

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

## Dependencies (2)

- [axios](https://npm.io/package/axios.md) ^0.27.2
- [dotenv](https://npm.io/package/dotenv.md) ^16.0.2

## Recent versions

- 1.0.0 (latest) — 2022-09-24

## README

# tg bot send message
![tg-bot-send-message](https://user-images.githubusercontent.com/83240328/192099885-d0f68563-2677-4e11-8f20-4d0134284593.png)

<p align="center">
<img src="https://img.shields.io/badge/Build-automated-blue" />
<img src="https://img.shields.io/github/languages/code-size/hakimov-dev/tg-bot-send-message" />
<img src="https://img.shields.io/bitbucket/issues/hakimov-dev/tg-bot-send-message">
<img src="https://img.shields.io/github/last-commit/hakimov-dev/tg-bot-send-message">
<img src="https://img.shields.io/github/package-json/v/hakimov-dev/tg-bot-send-message">
<img src="https://img.shields.io/github/stars/hakimov-dev/tg-bot-send-message?style=flat&logo=github">
<img src="https://img.shields.io/github/watchers/hakimov-dev/tg-bot-send-message?style=social">
</p>



## About of project  📋
This package helps you to use telegram bots with vanilla js or js framework. For example you can use vue js, react js, angular and other frameworks or libraries.

## Download 💻
```bash
  $ npm i bot-sender
  ...
  $ npm i bot-sender --save
```
    
## Usage/Examples 🛠

```javascript
 import tgBot from 'bot-sender'
 //  Or
 const tgBot = require('bot-sender')

 const message = {
   title: 'Hello world',
   name: 'John doe',
   age: '26',
   gender: 'male'
 }
 
 tgBot('BOT_TOKEN', 'CHAT_ID', message)
```


## Support 👨‍💻

If you need support or you found bug? Leave message project [Discussions](https://github.com/hakimov-dev/tg-bot-send-message/discussions/1) or Send [issue](https://github.com/hakimov-dev/tg-bot-send-message/issues/new) the project. Else if you need author help, you can send message at author [telegram bot](https://t.me/hakimovDev_bot) Thank you for attention.


## Authors

- [@Hakimov-dev](https://www.github.com/hakimov-dev)

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