FreeMusicNinja / api.freemusic.ninja

Django-powered API for Free Music Ninja
http://api.freemusic.ninja/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Separate scraping into an optional package #34

Open macro1 opened 9 years ago

macro1 commented 9 years ago

We should be keeping scraping code separate from the application. Not only is that a very different part of the project, but the web server shouldn't require things like lxml to function.