music-bot/README.md

24 lines
862 B
Markdown
Raw Normal View History

2022-05-10 22:52:34 +02:00
# music-bot
Another bot for posting stuff to your timeline.
Currently posting on: https://udongein.xyz/VocaloidMusicBot
### Initial setup
2022-05-10 22:56:20 +02:00
* Have installed
* curl
* jq
* exiftool
2022-05-10 22:52:34 +02:00
* Create ./music/ folder
* In ./music/ folder create separate folders for each release (albums/singles/etc.)
2022-05-11 19:14:13 +02:00
* In each ./music/*/
* put music files
* put a corresponding cover image named 'cover.jpg' to attach together with a music file
* put a simple file named 'link' and copypaste there a url to corresponding information about the release
2022-05-10 22:58:34 +02:00
* Edit post.sh
* change instance url from udongein.xyz to whatever you have
* optionally edit status message in the last POST curl
2022-05-11 19:14:13 +02:00
* Be careful, because by default it is assumed all music has .opus extension. If it is not your case please handle the situation however you need.
2022-05-10 22:52:34 +02:00
* Now put it to crontab!