@glitch @phoenix oh, I just realized you couldn't see it. here it is again:
#!/bin/sh curl -X POST \ -d "title=$1" \ -d "album=$2" \ -d "artist=$3" \ -H 'Authorization: Bearer YuorToKenHeRE' \ https://shitposter.club/api/v1/pleroma/scrobble@dielan @jeffcliff tehyre music scrobbles. thjey can be added through an API endpoint, there's not UI support yet:
cat bin/scrobble.sh #!/bin/sh curl -X POST \ -d "title=$1" \ -d "album=$2" \ -d "artist=$3" \ -H 'Authorization: Bearer REDACTED' \ https://shitposter.club/api/v1/pleroma/scrobbleyou can get the token from a request header in developer tools network tab.
you can get the bearer token from the request headers in browser developer tools
@animeirl yeah it’s a music scrobble feature. You can set it via:
curl -X POST \ -d "title=$1" \ -d "album=$2" \ -d "artist=$3" \ -H 'Authorization: Bearer <REDACTED>' \ https://shitposter.club/api/v1/pleroma/scrobbleGNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.