Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomstitt/conveyorbelt
grab songs from the hype machine
https://github.com/tomstitt/conveyorbelt
Last synced: 16 days ago
JSON representation
grab songs from the hype machine
- Host: GitHub
- URL: https://github.com/tomstitt/conveyorbelt
- Owner: tomstitt
- Created: 2015-03-12T17:24:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T02:09:34.000Z (over 9 years ago)
- Last Synced: 2024-10-23T03:02:14.494Z (2 months ago)
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conveyorbelt
grab songs from the hype machineLets you download songs via hypemachine's listings.
Get the stream urls and go to the respective sites and grab the files.Requires requests - make http requests
pickle - don't redownload stuff
mutagen - edit audio tagsMaybe your favorites?
```python
import conveyb
conveyb.get_loves(some_user)
```Or maybe you just want the top 20 in the past three days?
```python
import conveyb
conveyb.get_top20()
```A file (default bucket.p) will be created to avoid duplicate downloads.
This name and the default folder can be changed.