getnetradio/README.md

63 lines
1.3 KiB
Markdown
Raw Normal View History

2022-10-06 08:13:46 +00:00
## [Install](https://gitlab.com/justuser31/getnetradio/-/blob/master/README.md#0install) | [Usage](https://gitlab.com/justuser31/getnetradio/-/blob/master/README.md#1usage) | [Telegram](https://t.me/getnetradio) | [Updates](https://gitlab.com/justuser31/getnetradio/-/blob/master/README.md#contact-updates) | [Realeses](https://gitlab.com/justuser31/getnetradio/-/releases)
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 16:49:34 +00:00
> 05.10.2022 - Migrate to gitlab.com
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-05 15:56:19 +00:00
#Change repo
git push --repo=https://gitlab.com/justuser31/getnetradio
2022-10-04 17:55:07 +00:00
```