-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified some requirements in requirements.txt to install only the la…
…test version of the dependencies. Added some checks in the code that verifies if the value in the .env file are not empty if there is empty fields it will raise an error. Added a link to generate the refresh token instead of searching. Added a warning in the console if not refresh rate was specified. Removed unused imports. Renamed some variables for the Spotify API to match the rest of the env variables. Renamed sendMusicNote to send_music_note Corrected some typos in the code.
- Loading branch information
Showing
2 changed files
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
instagrapi==1.16.41 | ||
requests==2.28.1 | ||
spotipy==2.22.1 | ||
python-dotenv==0.14.0 | ||
instagrapi | ||
pillow | ||
requests | ||
spotipy | ||
python-dotenv |