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

https://github.com/danog/pipesbot

Telegram bot capable of creating pipelines between other bots, based on MadelineProto
https://github.com/danog/pipesbot

Last synced: over 1 year ago
JSON representation

Telegram bot capable of creating pipelines between other bots, based on MadelineProto

Awesome Lists containing this project

README

          

# 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).

Try it on Telegram [@pipesbot](https://t.me/pipesbot)!

Created by [Daniil Gentili](https://daniil.it).

## Installation

```
wget https://github.com/danog/pipesbot/raw/master/pipesbot.php && php pipesbot.php
```

Don't forget to install the [required dependencies](https://docs.madelineproto.xyz/docs/REQUIREMENTS.html) for MadelineProto.