The Polish Radio Program 3 used to shape music taste of Polish listeners. Founded in 1982 and hosted by Marek Niedzwiecki, the Charts included songs that weren’t aired by any other radio station in Poland.
This app is meant to be a time machine for all listeners of Polish Radio Program 3, allowing them to listen to the chosen chart songs once again, on Spotify.
- crawling through a website with the charts of Polish Radio Program 3 and scraping the data of all of them
- writing web scraped data to json file
- reading json file and finding a chart aired on the date chosen by an user
- offering user a choice between the nearest dates, if the exact data hasn not been found but it is in the time frame of the charts airing
- finding Spotify uri-s of all the songs, using multiple queries options to guarantee the best search results
- creating and saving the playlist on an user’s account
- selenium webdriver module # to serve web crawler
- spotipy # to serve new playlists creation
- json # to serve json files
- datetime # to serve date search
- dotenv # to serve virtual environment variables
- pathlib # to serve files paths
- logging # to provide logs
- os # to serve system system files
- time # to serve proper web scraping, ensuring that the entire subpages are loaded
Copyright (c) [2021] [Magdalena N. Pawlowicz m.n.pawlowicz@protonmail.com]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Leave a Reply