Skip to content

Commit 77c64e0

Browse files
committed
docs: update brayo-pip -> 0xbrayo
1 parent 8586818 commit 77c64e0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Activitywatch watcher for last.fm
2-
[![Build](https://github.com/brayo-pip/aw-watcher-lastfm/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/brayo-pip/aw-watcher-lastfm/actions/workflows/build.yml) [![built using gptme](https://img.shields.io/badge/built%20using-gptme%20%F0%9F%A4%96-5151f5?style=flat)](https://github.com/gptme/gptme) [![dependency status](https://deps.rs/repo/github/0xbrayo/aw-watcher-lastfm/status.svg)](https://deps.rs/repo/github/0xbrayo/aw-watcher-lastfm)
2+
3+
[![Build](https://github.com/0xbrayo/aw-watcher-lastfm/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/0xbrayo/aw-watcher-lastfm/actions/workflows/build.yml)[![built using gptme](https://img.shields.io/badge/built%20using-gptme%20%F0%9F%A4%96-5151f5?style=flat)](https://github.com/gptme/gptme) [![dependency status](https://deps.rs/repo/github/0xbrayo/aw-watcher-lastfm/status.svg)](https://deps.rs/repo/github/0xbrayo/aw-watcher-lastfm)
34

45
This is a simple activitywatch watcher for last.fm scrobble data. It uses the last.fm API to fetch scrobbles and sends them to the activitywatch server.
56

@@ -16,7 +17,7 @@ Download the binary for your OS from releases, or use one the the options below
1617
## Installation using cargo
1718

1819
```bash
19-
cargo install --git https://github.com/brayo-pip/aw-watcher-lastfm.git
20+
cargo install --git https://github.com/0xbrayo/aw-watcher-lastfm.git
2021
```
2122

2223
You can then add `aw-watcher-lastfm` to `autostart_modules` in your `aw-qt.toml`
@@ -32,7 +33,7 @@ autostart_modules = ["aw-server-rust","aw-awatcher", "aw-watcher-lastfm"]
3233
Clone the repository
3334

3435
```bash
35-
git clone https://github.com/brayo-pip/aw-watcher-lastfm.git
36+
git clone https://github.com/0xbrayo/aw-watcher-lastfm.git
3637
```
3738

3839
cd into the directory
@@ -50,7 +51,7 @@ cargo run
5051

5152
This should take a few seconds then the events should be visible in localhost:5600. If aw-server or aw-server-rust is running.
5253

53-
![image](https://github.com/brayo-pip/aw-watcher-lastfm/assets/62670517/1c4cb5ff-5f2d-455b-845b-a3fcd8200f94)
54+
![image](https://github.com/0xbrayo/aw-watcher-lastfm/assets/62670517/1c4cb5ff-5f2d-455b-845b-a3fcd8200f94)
5455

5556

5657

0 commit comments

Comments
 (0)