{"id":20115020,"url":"https://github.com/nikos/devoxx-video-linker","last_synced_at":"2025-03-02T19:18:08.935Z","repository":{"id":145419459,"uuid":"46233658","full_name":"nikos/devoxx-video-linker","owner":"nikos","description":"Matching Devoxx talks to videos as uploaded to the YouTube channel.","archived":false,"fork":false,"pushed_at":"2015-11-19T17:24:03.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T06:22:34.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-15T20:05:54.000Z","updated_at":"2015-11-15T20:08:40.000Z","dependencies_parsed_at":"2023-04-13T07:34:40.583Z","dependency_job_id":null,"html_url":"https://github.com/nikos/devoxx-video-linker","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/nikos%2Fdevoxx-video-linker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikos%2Fdevoxx-video-linker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikos%2Fdevoxx-video-linker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikos%2Fdevoxx-video-linker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikos","download_url":"https://codeload.github.com/nikos/devoxx-video-linker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241557166,"owners_count":19981881,"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-11-13T18:33:34.678Z","updated_at":"2025-03-02T19:18:08.907Z","avatar_url":"https://github.com/nikos.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# devoxx-video-linker\n\nMatching the conference talks from [Devoxx 2015](http://cfp.devoxx.be/2015/index.html) with the uploaded\nYouTube videos in the [Devoxx 2015 channel](https://www.youtube.com/channel/UCCBVCTuk6uJrN3iFV_3vurg).\n\nIt is a small script which simply matches on the conference title, note that since the YouTube video\ntitles are not completely consistent with the talk titles, I decided to fix this manually in the JSON\nrepresentation (see resources/youtube.json).\n\n## Installation\n\nThe script is based on Clojure and therefore is executed in your favorite JVM at hand.\nIt requires leiningen to be installed on your computer for compiling and executing the script.\n\n\n## Usage\n\nFrom the command-line\n\n    $ lein run\n\n\n## Notes about the static resources\n\nTo retrieve the list of all accepted talks at the conference the [Devoxx BE REST API](http://cfp.devoxx.be/api) was used.\nMore information about talks can be queried via:\n\n    curl http://cfp.devoxx.be/api/conferences/DV15/talks\n    curl http://cfp.devoxx.be/api/conferences/DV15/talks/{talk-id}\n\nThe talks are mirrored in a dedicated PostgreSQL database for voting purposes and can be retrieved with:\n\n    curl https://api-voting.devoxx.com/DV15/talk/{talk-id}\n\nThe list of available YouTube playlist items in the channel was retrieved via:\n\n    curl https://www.googleapis.com/youtube/v3/playlistItems?part=snippet\u0026maxResults=50\u0026playlistId=UUCBVCTuk6uJrN3iFV_3vurg\u0026key={YOUR_API_KEY}\n\n\n## License\n\nCopyright © 2015 Niko Schmuck\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikos%2Fdevoxx-video-linker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikos%2Fdevoxx-video-linker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikos%2Fdevoxx-video-linker/lists"}