From 8cfa9b85d05a8ec49966fe40bdee8d7854ce33c3 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:53:55 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc64d7..00ace5a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ 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. 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.