https://github.com/a3darekar/tunefind_scraper
Tunefind Scraper application using beautifulsoup and REST api serving functionality with django-rest-framework
https://github.com/a3darekar/tunefind_scraper
Last synced: 2 months ago
JSON representation
Tunefind Scraper application using beautifulsoup and REST api serving functionality with django-rest-framework
- Host: GitHub
- URL: https://github.com/a3darekar/tunefind_scraper
- Owner: a3darekar
- License: gpl-3.0
- Created: 2022-03-16T18:25:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T18:30:46.000Z (about 3 years ago)
- Last Synced: 2025-01-22T16:46:10.385Z (4 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tunefind Scraper
-------
This is a simple data scraping application for scraping Information of Soundtracks from TV shows and movies from [Tunefind](tunefind.com). This app also gathers Youtube video links of the soundtracks.
The mini-project/one day code sprint was to outline the feasibility and scope of the task.Future Scope may include:
1. Generating *OST* playlists for shows and movies on Youtube.
2. Scraped information can be filtered and partially extracted for further use.
3. Third-party API compatibility to consume the scraped data/ generate playlists in music streaming services like Youtube music, Apple music, or Spotify.