Skip to content

ruter/freeSFX-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

freeSFX-Crawler

You need import library requests, use pip to install it:

sudo pip install requests

Before use, edit main.py, to fill your freeSFX account at 'xxxxx':

form_data = {
            'username': 'xxxxx',
            'password': 'xxxxx',
            'login': 'Log in'
        }

About

A Crawler to download all mp3 on freeSFX.co.uk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages