A website for browsing and downloading beatmaps.
###Requirement###
djangothe framework. (install via pip)django-debug-toolbarfor debugging. (install via pip)MySQL-pythonif MySQL support is needed. (install via pip)
A crawler that fetch beatmaps from osu! official website.
###Requirement###
requestsfor HTTP requests. (install via pip)pyqueryfor HTML parsing. (install via pip)
A deamon that detects new beatmaps and download them.
###Requirement###
crawlerthe crawler menthioned above.redisfor queuing.