Metadata-Version: 2.1
Name: tl_radio
Version: 0.0.5
Summary: Telegram UserBot to play and stream audio to telegram group chat using YoutubeDl and TgCalls.
Home-page: https://github.com/nitanmarcel/tl_radio
Author: Marcel Alexandru Nitan
Author-email: nitan.marcel@gamil.com
License: UNKNOWN
Description: # TL-Radio - Telegram UserBot to play and stream audio to telegram group chat using YoutubeDl and TgCalls.
        
        ## Documentation
        All setup and usage documentation are located on [tl_radio.nitanmarcel.com](https://tl_radio.nitanmarcel.com)
        * [Setup](https://tl_radio.nitanmarcel.com/setup/index.html)
        * [Usage](https://tl_radio.nitanmarcel.com/usage/index.html)
        
        ### Made with
        
        * [Telethon](https://github.com/LonamiWebs/Telethon)
        * [TgCalls](https://github.com/MarshalX/tgcalls)
        * [YoutubeDL](https://github.com/ytdl-org/youtube-dl)
        
        ### Features
        
        * Playlists, queues.
        * Supports streaming from multiple sources. See YoutubeDl's list of [supported sites](https://github.com/ytdl-org/youtube-dl/blob/master/docs/supportedsites.md).
        * Smooth playout thanks to parralel downloading.
        * Play audio in chats from url stream. Check [fmstreams](fmstream.org/) for a list of radio streams (The required stream url is displayed in the small playback control box in top right corner of the website).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Communications :: Chat
Classifier: Framework :: AsyncIO
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
