1
0
mirror of https://github.com/danog/pipesbot.git synced 2024-12-02 09:17:44 +01:00
pipesbot/README.md

18 lines
594 B
Markdown
Raw Normal View History

2019-10-28 23:48:44 +01:00
# pipesbot
[![Build Status](https://travis-ci.org/danog/pipesbot.svg?branch=master)](https://travis-ci.org/danog/pipesbot)
Telegram bot capable of creating pipelines between other bots based on [MadelineProto](https://github.com/danog/MadelineProto).
2019-10-28 23:49:39 +01:00
Try it on Telegram [@pipesbot](https://t.me/pipesbot)!
2019-10-28 23:48:44 +01:00
Created by [Daniil Gentili](https://daniil.it).
## Installation
```
2019-10-28 23:49:39 +01:00
wget https://github.com/danog/pipesbot/raw/master/pipesbot.php && php pipesbot.php
2019-10-28 23:48:44 +01:00
```
Don't forget to install the [required dependencies](https://docs.madelineproto.xyz/docs/REQUIREMENTS.html) for MadelineProto.