Update lastfm order/tests/docs

This commit is contained in:
Dima Gerasimov 2020-05-13 20:35:47 +01:00
parent 522bfff679
commit eba2d26b31
3 changed files with 42 additions and 6 deletions

View file

@ -32,6 +32,7 @@ modules = [
('reddit' , 'my.reddit' ),
('twint' , 'my.twitter.twint' ),
('twitter', 'my.twitter.archive' ),
('lastfm' , 'my.lastfm' ),
]
def indent(s, spaces=4):
@ -105,4 +106,15 @@ for cls, p in modules:
class twitter:
export_path: Paths # path[s]/glob to the twitter archive takeout
#+end_src
- [[file:../my/lastfm][my.lastfm]]
Last.fm scrobbles
#+begin_src python
class lastfm:
"""
Uses [[https://github.com/karlicoss/lastfm-backup][lastfm-backup]] outputs
"""
export_path: Paths
#+end_src
:end: