Skip to content

Commit

Permalink
Improve spotr structure
Browse files Browse the repository at this point in the history
  • Loading branch information
XDGFX committed Nov 6, 2021
1 parent b021521 commit 34f1e14
Show file tree
Hide file tree
Showing 8 changed files with 183 additions and 1,470 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*

!README.md
!spotr.py
!example-cred.py
!LICENSE
!requirements.txt
!.github/
!.gitignore
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ spotr will **delete** all tracks from the Spotify playlist you provide it. This
Run with `python3` and follow instructions to authenticate your account once

## Further runs
Just run with `python3`
Just run with `python3`

## Errors
Spotr should print any errors. If a track is not being removed from your Spotify playlist, check the logs.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
spotipy==2.19.0
requests==2.26.0
tqdm==4.62.3
2 changes: 0 additions & 2 deletions spotipy/__init__.py

This file was deleted.

Loading

0 comments on commit 34f1e14

Please sign in to comment.