|
|
|
@ -11,20 +11,23 @@ sudo pip3 install -U telegram-upload
|
|
|
|
|
#Check if all works(If not,READ MESSAGE)
|
|
|
|
|
telegram-upload README.md
|
|
|
|
|
|
|
|
|
|
#INSTALL LAME
|
|
|
|
|
#https://lame.sourceforge.io/links.php#Binaries
|
|
|
|
|
|
|
|
|
|
git clone https://notabug.org/Justuser/getnetradio.git
|
|
|
|
|
cd getnetradio
|
|
|
|
|
```
|
|
|
|
|
### 1.Usage
|
|
|
|
|
```
|
|
|
|
|
#Config your stations and audio time in run.sh
|
|
|
|
|
#Config upload audio file to teelegram in up.py
|
|
|
|
|
--to https://t.me/getnetradio_nashe0punk
|
|
|
|
|
#Here your link telegram channel
|
|
|
|
|
#Config your stations and audio time in "rad" list (main.py)
|
|
|
|
|
#Config upload audio file to telegram in "upload()" function (main.py)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Start(nohup and "&" for work in background)
|
|
|
|
|
nohup python3 main.py &
|
|
|
|
|
#Stop
|
|
|
|
|
./stop.sh
|
|
|
|
|
#Or just kill main.py and wget
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -45,6 +48,7 @@ nohup python3 main.py &
|
|
|
|
|
|
|
|
|
|
> 06.10.2022 - Merge st.sh and up.py, new release.
|
|
|
|
|
|
|
|
|
|
> 06.10.2022 - Add check bitrate and convert with "lame".
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|