Skip to content

Soundcloud data scraper - used for social network analysis

Notifications You must be signed in to change notification settings

AleSpero/soundcloudScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Soundcloud Data Scraper

This is a small python script used for scraping user data from Soundcloud, using Soundcloud API. The script currently creates two files: edge_list.txt, which contains a list of edges from which you can easily create a graph, and user_data.txt, which contains the data for every user scraped (of course you can select which data you want to keep)

Installation

Important: you need a soundcloud client Id for this script to work. see more at http://developers.soundcloud.com/

If you have the client id, just download scraper.py, and run in your console:

python scraper.py yourClientId firstUserIdToFetch

And you're all set. the script will do the rest.

Hope this will help someone!

Alessandro

About

Soundcloud data scraper - used for social network analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages