You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
getnetradio/README.md

61 lines
1.2 KiB

## [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)
-----
### 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
-----
#### Notes for me:
```
2 years ago
#Add files
git add file
git commit -m "words"
2 years ago
git push
#Save account
git config --global credential.helper cache
2 years ago
#Just http server(Wow)
python3 -m http.server
2 years ago
#Change repo
git push --repo=https://gitlab.com/justuser31/getnetradio
```