From b40b36728020979952a0b061705f95ee1444c5f1 Mon Sep 17 00:00:00 2001 From: Justuser Date: Thu, 6 Oct 2022 17:01:38 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6668e42..ec4f07e 100644 --- a/README.md +++ b/README.md @@ -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". -----