An open API service indexing awesome lists of open source software.

https://github.com/ruter/freesfx-crawler

A Crawler to download all mp3 on freeSFX.co.uk
https://github.com/ruter/freesfx-crawler

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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'
}
```