https://github.com/danog/magnaluna
Telegram webradio based on MadelineProto
https://github.com/danog/magnaluna
Last synced: over 1 year ago
JSON representation
Telegram webradio based on MadelineProto
- Host: GitHub
- URL: https://github.com/danog/magnaluna
- Owner: danog
- License: agpl-3.0
- Created: 2019-10-28T17:51:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T15:33:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T23:02:47.882Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 374 KB
- Stars: 35
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# magnaluna webradio
[](https://travis-ci.org/danog/magnaluna)
Telegram webradio with advanced features like call programming and real-time call stats based on [MadelineProto](https://github.com/danog/MadelineProto) and [libtgvoip](https://github.com/danog/php-libtgvoip).

Try it on Telegram [@magicalcrazypony](https://t.me/magicalcrazypony)!
Created by [Daniil Gentili](https://daniil.it).
## Installation
```
wget https://github.com/danog/magnaluna/raw/master/magna.php && php magna.php
```
Don't forget to install the [required dependencies](https://docs.madelineproto.xyz/docs/REQUIREMENTS.html) for MadelineProto.
## Converting songs
In order to play songs, they must be first converted to the correct format, using the convert.php script:
```
wget https://github.com/danog/magnaluna/raw/master/convert.php && php convert.php in.mp3 out.ogg
```