lyrics fetcher
This commit is contained in:
parent
d5cb3a48a4
commit
eb745301e5
8 changed files with 277 additions and 23 deletions
20
main.py
20
main.py
|
|
@ -1,7 +1,21 @@
|
|||
|
||||
|
||||
import Flow
|
||||
|
||||
if __name__ == '__main__':
|
||||
def test1():
|
||||
flow = Flow.Flow()
|
||||
|
||||
# flow.fetch_local()
|
||||
flow.parse_local_library()
|
||||
flow.load_libraries()
|
||||
|
||||
# flow.map_local_to_spotify()
|
||||
# flow.log_stats()
|
||||
|
||||
flow.fetch_and_save_lyrics()
|
||||
|
||||
|
||||
def main():
|
||||
flow = Flow.Flow()
|
||||
|
||||
# flow.fetch_spotify()
|
||||
|
|
@ -17,3 +31,7 @@ if __name__ == '__main__':
|
|||
flow.log_stats()
|
||||
|
||||
print("asd")
|
||||
|
||||
|
||||
test1()
|
||||
# main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue