Update README.md

pull/12/head
Michael Kuperfish Steinberg 2023-04-06 17:54:58 +03:00 zatwierdzone przez GitHub
rodzic 0d9089491f
commit a68aeb80fb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -15,8 +15,11 @@ $ 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.