Skip to content

Commit

Permalink
README: updated list of tested operating systems + info how to use -z…
Browse files Browse the repository at this point in the history
… flag
  • Loading branch information
misiektoja committed Jun 14, 2024
1 parent 41a2d36 commit e64edd3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ It uses requests, python-dateutil, pytz, tzlocal and urllib3.

It has been tested successfully on:
- macOS (Ventura & Sonoma)
- Linux (Raspberry Pi Bullseye & Bookworm based on Debian, Ubuntu 24)
- Linux:
- Raspberry Pi Bullseye & Bookworm
- Ubuntu 24
- Rocky Linux 8.x
- Kali Linux 2024
- Windows (10 & 11)

It should work on other versions of macOS, Linux, Unix and Windows as well.
Expand Down Expand Up @@ -113,7 +117,13 @@ I used [Proxyman](https://proxyman.io/) proxy on MacOS to intercept Spotify's cl

### SMTP settings

If you want to use email notifications functionality you need to change the SMTP settings (host, port, user, password, sender, recipient). If you leave the default settings then no notifications will be sent.
If you want to use email notifications functionality you need to change the SMTP settings (host, port, user, password, sender, recipient) in the *[spotify_profile_monitor.py](spotify_profile_monitor.py)* file. If you leave the default settings then no notifications will be sent.

You can verify if your SMTP settings are correct by using **-z** parameter (the tool will try to send a test email notification):

```sh
./spotify_profile_monitor.py -z
```

### Other settings

Expand Down

0 comments on commit e64edd3

Please sign in to comment.