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
- Host: GitHub
- URL: https://github.com/ruter/freesfx-crawler
- Owner: ruter
- License: mit
- Created: 2016-09-28T05:54:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T06:20:17.000Z (over 8 years ago)
- Last Synced: 2025-01-14T12:17:43.891Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
```