getnetradio/README.md

48 lines
736 B
Markdown
Raw Normal View History

2022-10-05 08:57:22 +00:00
### 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
./run.sh
#Stop
./stop.sh
```
-----
2022-10-04 17:55:07 +00:00
```
Notes for me:
2022-10-04 19:09:11 +00:00
#Add files
2022-10-04 17:55:07 +00:00
git add file
git commit -m "words"
2022-10-04 19:09:11 +00:00
git push
#Save account
2022-10-04 17:55:07 +00:00
git config --global credential.helper cache
2022-10-04 19:09:11 +00:00
#Just http server(Wow)
python3 -m http.server
2022-10-04 17:55:07 +00:00
```
2022-10-04 18:10:15 +00:00
-----
```
2022-10-04 19:36:30 +00:00
Telegram group - https://t.me/getnetradio
2022-10-04 18:10:15 +00:00
Updates:
04.10.2022 - Add to notabug.org
2022-10-04 19:09:11 +00:00
```