From 0d9089491f794e39393bc9cd969a7aa54b8f2ed6 Mon Sep 17 00:00:00 2001 From: Michael Kuperfish Steinberg <36902556+Michael-K-Stein@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:54:16 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00ace5a..9206e23 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ $ python main.py ## What? SpotiFile is a script which allows users to simply and easily, using a web-gui, scrape on Spotify playlists, albums, artists, etc. -More advanced usages can be done by importing the relevant classes (e.g. ```python from spotify_scraper import SpotifyScraper```) and then using IPython to access specific Spotify API features. +More advanced usages can be done by importing the relevant classes (e.g. ```python +from spotify_scraper import SpotifyScraper```) and then using IPython to access specific Spotify API features. ### Advantages The main advantage of using SpotiFile is that it completely circumvents all of Spotify's api call limmits and restrictions. Spotifile offers an API to communicate with Spotify's API as if it were a real user. This allows SpotiFile to download information en-masse quickly.