30 lines
465 B
Markdown
30 lines
465 B
Markdown
# lfm-discord-presence
|
|
Discord Rich Presence for LastFM.
|
|
|
|

|
|
|
|
## Dependencies
|
|
- [Rust](https://www.rust-lang.org/)
|
|
- [Just](https://github.com/casey/just)
|
|
|
|
## Usage
|
|
### Setup
|
|
```bash
|
|
git clone https://git.cesium.pw/niku/lfm-discord-presence.git
|
|
cd lfm-discord-presence
|
|
cp .env.sample .env
|
|
```
|
|
### Using systemd
|
|
Install:
|
|
```bash
|
|
just install
|
|
```
|
|
Uninstall:
|
|
```bash
|
|
just uninstall
|
|
```
|
|
|
|
### Using cargo
|
|
```bash
|
|
cargo run <lastfm-username>
|
|
``` |