Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raspi/scrapy-amp
Crawler for Amiga Music Preservation (AMP) site
https://github.com/raspi/scrapy-amp
amiga crawler mod module music python s3m scrapy spider tracker
Last synced: 17 days ago
JSON representation
Crawler for Amiga Music Preservation (AMP) site
- Host: GitHub
- URL: https://github.com/raspi/scrapy-amp
- Owner: raspi
- Created: 2021-02-28T17:24:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T17:35:20.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T23:12:53.062Z (3 months ago)
- Topics: amiga, crawler, mod, module, music, python, s3m, scrapy, spider, tracker
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrapy-AMP
Crawler for [Amiga Music Preservation](https://amp.dascene.net/) (AMP) site.## Download artist X tunes:
scrapy crawl artist -a id=2313
Downloaded tunes are saved to `items` directory:
```
% find items -type f
items/2313/Dune - novaliquid.s3m
items/2313/Dune - astral ian breakside.fst
items/2313/Dune - the determination.mod
items/2313/Dune - mindless design.mod
items/2313/Dune & Sulphur - deskTop sektoriLe(kplremix.s3m
items/2313/Dune - carnaq.s3m
items/2313/Dune - World of Saracens.s3m
items/2313/Dune - bathroom tests.xm
items/2313/Dune - syoa.s3m
... etc ...
items/2313/Dune - dance xtc.mod
items/2313/Dune - astral ian breakside.s3m
items/2313/Dune - Light.s3m
items/2313/Dune - The Sea Love of Robot.s3m
```