getnetradio/README.md

60 lines
1.1 KiB
Markdown
Raw Normal View History

2022-10-05 09:04:30 +00:00
2022-10-05 09:05:02 +00:00
## [Install](https://notabug.org/Justuser/getnetradio/src/master/README.md#0install) | [Usage](https://notabug.org/Justuser/getnetradio/src/master/README.md#1usage) | [Telegram](https://t.me/getnetradio) | [Updates](https://notabug.org/Justuser/getnetradio/src/master/README.md#contact--updates)
2022-10-05 09:04:30 +00:00
-----
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
2022-10-05 09:25:38 +00:00
#Start(nohup for work in background)
nohup ./run.sh
2022-10-05 08:57:22 +00:00
#Stop
./stop.sh
```
2022-10-05 08:59:11 +00:00
-----
### Contact & Updates
2022-10-05 09:04:30 +00:00
###### Telegram group - https://t.me/getnetradio
###### Updates:
> 04.10.2022 - Add to notabug.org
> 05.10.2022 - Update README.md and add stop.sh
2022-10-05 08:59:11 +00:00
2022-10-05 08:57:22 +00:00
-----
2022-10-05 09:04:30 +00:00
#### Notes for me:
2022-10-04 17:55:07 +00:00
```
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
```