Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishimi-ya/mpd-bsky-bot
A bot that post current song using MPD to bluesky
https://github.com/nishimi-ya/mpd-bsky-bot
bluesky bot bsky mpd
Last synced: about 2 months ago
JSON representation
A bot that post current song using MPD to bluesky
- Host: GitHub
- URL: https://github.com/nishimi-ya/mpd-bsky-bot
- Owner: nishimi-ya
- License: unlicense
- Created: 2024-11-10T10:41:55.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T10:52:49.000Z (about 2 months ago)
- Last Synced: 2024-11-10T11:31:16.357Z (about 2 months ago)
- Topics: bluesky, bot, bsky, mpd
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MPD Bsky Bot
This is a modified code based on bsky [cookbook](https://github.com/bluesky-social/cookbook/tree/main/ts-bot).
The bot will post your current music playing and then post it in your bluesky account.**By default, the MPD will use `6600` port** but you can change the port number however you like.
## Set Up
1. Copy or rename `example.env` to `.env` and fill your bluesky username and password.
2. That's it.## Running the script
1. Run the script locally: `node index.js`. You should see a current music
playing posted to your Bluesky account.
2. Modify the script however you like to make this bot your own!## Note
Typescript version will be implemented soon. I need to find a way to learn typescript and handling the error.