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
- Host: GitHub
- URL: https://github.com/kamikazechaser/pwrtelegram
- Owner: kamikazechaser
- License: agpl-3.0
- Created: 2017-03-13T13:00:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T10:58:48.000Z (about 9 years ago)
- Last Synced: 2025-11-21T11:03:02.262Z (7 months ago)
- Topics: mtproto, pwrtelegram, telegram
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://telegram.me/kamikazechaser)
[](https://travis-ci.org/kamikazechaser/pwrtelegram)
[](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