Update README.md
This commit is contained in:
parent
74878bb6c7
commit
b40b367280
12
README.md
12
README.md
@ -11,20 +11,23 @@ sudo pip3 install -U telegram-upload
|
|||||||
#Check if all works(If not,READ MESSAGE)
|
#Check if all works(If not,READ MESSAGE)
|
||||||
telegram-upload README.md
|
telegram-upload README.md
|
||||||
|
|
||||||
|
#INSTALL LAME
|
||||||
|
#https://lame.sourceforge.io/links.php#Binaries
|
||||||
|
|
||||||
git clone https://notabug.org/Justuser/getnetradio.git
|
git clone https://notabug.org/Justuser/getnetradio.git
|
||||||
cd getnetradio
|
cd getnetradio
|
||||||
```
|
```
|
||||||
### 1.Usage
|
### 1.Usage
|
||||||
```
|
```
|
||||||
#Config your stations and audio time in run.sh
|
#Config your stations and audio time in "rad" list (main.py)
|
||||||
#Config upload audio file to teelegram in up.py
|
#Config upload audio file to telegram in "upload()" function (main.py)
|
||||||
--to https://t.me/getnetradio_nashe0punk
|
|
||||||
#Here your link telegram channel
|
|
||||||
|
|
||||||
#Start(nohup and "&" for work in background)
|
#Start(nohup and "&" for work in background)
|
||||||
nohup python3 main.py &
|
nohup python3 main.py &
|
||||||
#Stop
|
#Stop
|
||||||
./stop.sh
|
./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 - Merge st.sh and up.py, new release.
|
||||||
|
|
||||||
|
> 06.10.2022 - Add check bitrate and convert with "lame".
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user