Get audio files from online radio.
Go to file
2022-10-05 18:35:48 +00:00
LICENSE Hello GPL! 2022-10-05 18:35:48 +00:00
README.md Update README.md 2022-10-05 16:49:34 +00:00
run.sh Fix bug.I forget '&' at the end of command. 2022-10-05 13:22:19 +03:00
stop.sh Rename files,small fix and add stop.sh 2022-10-05 11:43:48 +03:00
up.py Small update 2022-10-05 19:42:50 +03:00

Install | Usage | Telegram | Updates


0.Install

#Install telegram-upload
sudo pip3 install -U telegram-upload
#Check if all works(If not,READ MESSAGE)
telegram-upload README.md

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

#Start(nohup for work in background)
nohup ./run.sh
#Stop
./stop.sh

Contact & Updates

Telegram group - https://t.me/getnetradio
Updates:

04.10.2022 - Add to notabug.org

05.10.2022 - Update README.md and add stop.sh

05.10.2022 - Migrate to gitlab.com


Notes for me:

#Add files
git add file
git commit -m "words"
git push 
#Save account
git config --global credential.helper cache
#Just http server(Wow)
python3 -m http.server
#Change repo
git push --repo=https://gitlab.com/justuser31/getnetradio