mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Added Readme for library
This commit is contained in:
parent
1aeb72fd8f
commit
1727e0c92d
12
malojalib/README.md
Normal file
12
malojalib/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# maloja-lib
|
||||
|
||||
Library for Python music players to allow users to scrobble to [Maloja](https://github.com/krateng/maloja) servers.
|
||||
|
||||
```
|
||||
from malojalib import MalojaInstance
|
||||
|
||||
instance = MalojaInstance(user_supplied_url,user_supplied_key)
|
||||
|
||||
instance.scrobble(artists=['K/DA','Howard Shore','Blackbeard's Tea Party],title='Grüezi Wohl Frau Stirnimaa')
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user