Skip to content

thermogl/soundcloudscrape

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

soundcloudscraper

Runs test scrape.

docker-compose up -d

docker exec -it scrapy /bin/bash

cd scrape_app

python

import scripts

scripts.crawl('test')

View database through exposed port 5432 or:

docker exec -it database psql -U postgres

/c soundcloud

/dt

from names of tables: COPY name TO /tmp/name.csv CSV HEADER

csv file will appear in ./database/files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%