{"id":15690748,"url":"https://github.com/edsu/storycorps-meta","last_synced_at":"2025-05-08T00:06:37.248Z","repository":{"id":20223058,"uuid":"23494819","full_name":"edsu/storycorps-meta","owner":"edsu","description":"collect public storycorps metadata and save as json-ld","archived":false,"fork":false,"pushed_at":"2015-01-09T20:22:06.000Z","size":296,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T00:06:35.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-30T15:40:13.000Z","updated_at":"2019-02-27T17:52:36.000Z","dependencies_parsed_at":"2022-08-22T17:50:10.766Z","dependency_job_id":null,"html_url":"https://github.com/edsu/storycorps-meta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fstorycorps-meta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fstorycorps-meta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fstorycorps-meta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fstorycorps-meta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edsu","download_url":"https://codeload.github.com/edsu/storycorps-meta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973691,"owners_count":21834108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T18:15:12.640Z","updated_at":"2025-05-08T00:06:37.206Z","avatar_url":"https://github.com/edsu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# storycorps-meta\n\n[StoryCorps](http://storycorps.org) has collected over 50,000 interviews\nwith over 90,000 Americans. It is one of the largest oral history projects\nof its kind. A small portion of the interviews are available \n[on the Web](http://storycorps.org/listen) and the entire archive is held by \nthe [American Folklife Center](http://www.loc.gov/folklife/) at the \n[Library of Congress](http://loc.gov).\n\nThis is a simple program that calls the REST API that serves up their\n[listen](http://storycorps.org/listen) view, and saves the data as \n[JSON-LD](http://www.w3.org/TR/json-ld/) using the\n[schema.org](http://schema.org) vocabulary. It also walks the stories that\nhave been uploaded to their [DIY](http://diy.storycorps.org/) service, which\nhosts audio on [SoundCloud](http://soundcloud.com). \n\nHere's an example of the json-ld for an interview:\n\n```json\n    {\n      \"@id\": \"http://storycorps.org/listen/alton-yates-and-toni-yates/\", \n      \"@type\": \"RadioClip\", \n      \"name\": \"Alton Yates and Toni Yates\",\n      \"description\": \"Alton Yates tells his daughter, Toni, about being part of a small group of Air...\",\n      \"audio\": \"http://cdn.storycorps.org/wordpress/wp-content/uploads/yatesweb.mp3\", \n      \"image\": \"http://cdn.storycorps.org/wordpress/wp-content/uploads/yatesa3.jpg\", \n      \"about\": [\n        {\n          \"@id\": \"http://storycorps.org/themes/family\", \n          \"@type\": \"Thing\", \n          \"name\": \"Family\"\n        }, \n        {\n          \"@id\": \"http://storycorps.org/themes/griot\", \n          \"@type\": \"Thing\", \n          \"name\": \"Griot\"\n        }, \n        {\n          \"@id\": \"http://storycorps.org/themes/growing-up\", \n          \"@type\": \"Thing\", \n          \"name\": \"Growing Up\"\n        }, \n        {\n          \"@id\": \"http://storycorps.org/themes/military\", \n          \"@type\": \"Thing\", \n          \"name\": \"Military\"\n        }, \n        {\n          \"@id\": \"http://storycorps.org/themes/work\", \n          \"@type\": \"Thing\", \n          \"name\": \"Work\"\n        }\n      ]\n    } \n```\n\n## Run\n\n    % brew install pyenv-virtualenvwrapper\n    % mkvirtualenv storycorps-meta\n    % git clone http://github.com/edsu/storycorps-meta\n    % cd storycorps-meta\n    % pip install -r requirements.txt\n    % cp config.py.template config.py # and add soundcloud credentials\n    % ./storycorps.py\n    % cat storycorps.json\n\n## License\n\n* I'm not sure what the license is associated with this content. If you can\n  figure it out please let me know!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedsu%2Fstorycorps-meta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedsu%2Fstorycorps-meta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedsu%2Fstorycorps-meta/lists"}