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

https://github.com/kamikazechaser/pwrtelegram

🔌 A Node.js Library for the PWRTelegram User API
https://github.com/kamikazechaser/pwrtelegram

mtproto pwrtelegram telegram

Last synced: 4 months ago
JSON representation

🔌 A Node.js Library for the PWRTelegram User API

Awesome Lists containing this project

README

          

[![https://telegram.me/kamikazechaser](https://img.shields.io/badge/%F0%9F%92%AC_Telegram-kamikazechaser-blue.svg?style=flat-square)](https://telegram.me/kamikazechaser)
[![Travis](https://img.shields.io/travis/kamikazechaser/pwrtelegram.svg?style=flat-square)](https://travis-ci.org/kamikazechaser/pwrtelegram)
[![Codecov](https://img.shields.io/codecov/c/github/kamikazechaser/pwrtelegram.svg?style=flat-square)](https://codecov.io/gh/kamikazechaser/pwrtelegram)
>PWRTelegram User API

A Node.js Library for the PWRTelegram User API

> Powered by [PWRTelegram API](http://pwrtelegram.xyz/)

## About

This library allows you to invoke Telegram's core API methods, using PWRTelegram API as a mediator. This allows one to build user bots.

**Important Information**

- Based on [MadelineProto](https://daniil.it/MadelineProto/API_docs/) layer 62
- It is HIGHLY recommended to run [your own instance](https://github.com/pwrtelegram/pwrtelegram-backend) of PWRTelegram for speed
- The global instance is [under heavy load](https://t.me/daniilgentili/125), so requests may take upto 15 seconds
- This library is promised based
- This library returns actual server errors for debugging purposes

## Install

```bash
$ npm install pwrtelegram --save
```

## API Reference

- [Library](https://github.com/kamikazechaser/pwrtelegram/blob/master/doc/api.md)
- [Telegram Core API](https://core.telegram.org/methods)
- [Madeline Proto](https://daniil.it/MadelineProto/API_docs/methods/)

## Issues And Contribution

Fork the repository and submit a pull request for whatever change you want to be added to this project. If you have any questions, just open an issue.

Before submitting a pull request, see the contribution [guidelines](https://github.com/kamikazechaser/pwrtelegram/blob/master/CONTRIBUTING.md).

## License

Released under AGPL-3.0