mirror of
https://github.com/danog/pipesbot.git
synced 2024-12-02 09:17:44 +01:00
16 lines
535 B
Markdown
16 lines
535 B
Markdown
|
# 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).
|
||
|
|
||
|
Created by [Daniil Gentili](https://daniil.it).
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```
|
||
|
wget https://github.com/danog/pipesbot/raw/master/pipesbot.php && php magna.php
|
||
|
```
|
||
|
|
||
|
Don't forget to install the [required dependencies](https://docs.madelineproto.xyz/docs/REQUIREMENTS.html) for MadelineProto.
|