{"id":19223434,"url":"https://github.com/luxas/speakerdeck-api","last_synced_at":"2025-07-25T22:06:25.876Z","repository":{"id":74455940,"uuid":"257030101","full_name":"luxas/speakerdeck-api","owner":"luxas","description":"A scraper implementation for Speakerdeck, as a workaround due to the lack of an official API","archived":false,"fork":false,"pushed_at":"2020-08-19T20:27:07.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T01:33:37.486Z","etag":null,"topics":["api","geocoding","go","public-speaking","scraper","slides","speakerdeck"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luxas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-19T15:10:04.000Z","updated_at":"2024-11-16T07:56:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"268238b5-4ca3-4f74-99d7-533f7828b542","html_url":"https://github.com/luxas/speakerdeck-api","commit_stats":null,"previous_names":["luxas/speakerdeck-scraper"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/luxas/speakerdeck-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxas%2Fspeakerdeck-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxas%2Fspeakerdeck-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxas%2Fspeakerdeck-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxas%2Fspeakerdeck-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luxas","download_url":"https://codeload.github.com/luxas/speakerdeck-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxas%2Fspeakerdeck-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267070318,"owners_count":24030970,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","geocoding","go","public-speaking","scraper","slides","speakerdeck"],"created_at":"2024-11-09T15:08:20.773Z","updated_at":"2025-07-25T22:06:25.734Z","avatar_url":"https://github.com/luxas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# speakerdeck-api\n\nA scraper implementation for SpeakerDeck, as a workaround due to the lack of an official API.\n\nYou can either use this as a library (`import speakerdeck \"github.com/luxas/speakerdeck-api\"`) or the\nready-made (very lightweight) API implementation under `cmd/speakerdeck-api`.\n\n## API Usage\n\nInstall and start the API:\n\n```console\n$ go get github.com/luxas/speakerdeck-api/cmd/speakerdeck-api\n$ $GOPATH/bin/speakerdeck-api\nINFO[0000] Starting Speakerdeck API...\n```\n\nGet information about a user:\n\n```shell\ncurl http://localhost:8080/api/users/luxas\n```\n\n```json\n{\n  \"author\": {\n    \"name\": \"Lucas Käldström\",\n    \"handle\": \"luxas\",\n    \"link\": \"https://speakerdeck.com/luxas\",\n    \"avatarLink\": \"https://secure.gravatar.com/avatar/111ac0b31c0dc219c84ddadedc8e5f67?s=128\"\n  },\n  \"abstract\": \"Lucas is a cloud native enthusiast who has been serving the Kubernetes \\u0026 CNCF communities in lead positions for more than 4 years. Lucas is a CNCF Ambassador, running 3 meetup groups in Finland and coordinating the Cloud Native Nordics meetups. He got the \\\"Top Cloud Native Ambassador\\\" award together with Sarah Novotny 2017. Lucas has e.g. shepherded kubeadm from inception to GA as a co-lead for SIG Cluster Lifecycle, ported Kubernetes to Raspberry Pi and multiple other platforms. Lucas is a CKA, runs a consulting company \\\"luxas labs\\\" for cloud native tech and has spoken at six KubeCons.\",\n  \"talkPreviews\": [\n    ...,\n    {\n      \"title\": \"Getting Started in the Kubernetes Community\",\n      \"id\": \"getting-started-in-the-kubernetes-community\",\n      \"views\": 92,\n      \"stars\": 1,\n      \"date\": \"2019-05-21T00:00:00Z\",\n      \"link\": \"https://speakerdeck.com/luxas/getting-started-in-the-kubernetes-community\",\n      \"dataID\": \"6816e10f104a44cebb0915b392cadd2d\"\n    },\n    ...,\n  ]\n}\n```\n\nGet detailed information about a user's talks (all of them):\n\n```shell\ncurl http://localhost:8080/api/talks/luxas\n```\n\n```json\n[\n  ...,\n  {\n    \"title\": \"Getting Started in the Kubernetes Community\",\n    \"id\": \"getting-started-in-the-kubernetes-community\",\n    \"views\": 92,\n    \"stars\": 1,\n    \"date\": \"2019-05-21T00:00:00Z\",\n    \"link\": \"https://speakerdeck.com/luxas/getting-started-in-the-kubernetes-community\",\n    \"dataID\": \"6816e10f104a44cebb0915b392cadd2d\",\n    \"author\": {\n      \"name\": \"Lucas Käldström\",\n      \"handle\": \"luxas\",\n      \"link\": \"https://speakerdeck.com/luxas\",\n      \"avatarLink\": \"https://secure.gravatar.com/avatar/111ac0b31c0dc219c84ddadedc8e5f67?s=47\"\n    },\n    \"category\": \"Technology\",\n    \"categoryLink\": \"https://speakerdeck.com/c/technology\",\n    \"downloadLink\": \"https://speakerd.s3.amazonaws.com/presentations/6816e10f104a44cebb0915b392cadd2d/Lucas_Kaldstrom-Nikhita_Raghunath_-_May_21_-_Morning.pdf\",\n    \"extraLinks\": {\n      \"github.com\": [\n        \"https://github.com/nikhita\"\n      ]\n    },\n    \"hide\": false\n  },\n  ...,\n]\n```\n\nGet detailed information about one of the user's talks:\n\n```shell\ncurl http://localhost:8080/api/talks/luxas/getting-started-in-the-kubernetes-community\n```\n\n```json\n[\n  {\n    \"title\": \"Getting Started in the Kubernetes Community\",\n    \"id\": \"getting-started-in-the-kubernetes-community\",\n    \"views\": 92,\n    \"stars\": 1,\n    \"date\": \"2019-05-21T00:00:00Z\",\n    \"link\": \"https://speakerdeck.com/luxas/getting-started-in-the-kubernetes-community\",\n    \"dataID\": \"6816e10f104a44cebb0915b392cadd2d\",\n    \"author\": {\n      \"name\": \"Lucas Käldström\",\n      \"handle\": \"luxas\",\n      \"link\": \"https://speakerdeck.com/luxas\",\n      \"avatarLink\": \"https://secure.gravatar.com/avatar/111ac0b31c0dc219c84ddadedc8e5f67?s=47\"\n    },\n    \"category\": \"Technology\",\n    \"categoryLink\": \"https://speakerdeck.com/c/technology\",\n    \"downloadLink\": \"https://speakerd.s3.amazonaws.com/presentations/6816e10f104a44cebb0915b392cadd2d/Lucas_Kaldstrom-Nikhita_Raghunath_-_May_21_-_Morning.pdf\",\n    \"extraLinks\": {\n      \"github.com\": [\n        \"https://github.com/nikhita\"\n      ]\n    },\n    \"hide\": false\n  }\n]\n```\n\nFor reference you can visit [https://speakerdeck.com/luxas/getting-started-in-the-kubernetes-community](https://speakerdeck.com/luxas/getting-started-in-the-kubernetes-community) to check where the data is coming from.\n\n### Geolocation\n\n`speakerdeck-api` also has support for extensions, the extension that currently exists is `LocationExtension` (in `./location`), which\ncan using a Google Maps API key (with access to the Geocoding API) geolocate your talks just by you putting `Location: \u003caddress\u003e` in the Speakerdeck talk description!\n\nEnable it by giving the Google Maps key to the API:\n\n```shell\n$GOPATH/bin/speakerdeck-api -maps-api-key \u003cAPI_KEY\u003e\n```\n\nNow, notice the `location` field which is generated based on the `Location: Fira Gran Via, Av. Joan Carles I, Barcelona, Spain` string embedded in the talk description:\n\n```shell\ncurl http://localhost:8080/api/talks/luxas/getting-started-in-the-kubernetes-community\n```\n\n```json\n[\n  {\n    \"title\": \"Getting Started in the Kubernetes Community\",\n    \"id\": \"getting-started-in-the-kubernetes-community\",\n    \"views\": 92,\n    \"stars\": 1,\n    \"date\": \"2019-05-21T00:00:00Z\",\n    \"link\": \"https://speakerdeck.com/luxas/getting-started-in-the-kubernetes-community\",\n    \"dataID\": \"6816e10f104a44cebb0915b392cadd2d\",\n    \"author\": {\n      \"name\": \"Lucas Käldström\",\n      \"handle\": \"luxas\",\n      \"link\": \"https://speakerdeck.com/luxas\",\n      \"avatarLink\": \"https://secure.gravatar.com/avatar/111ac0b31c0dc219c84ddadedc8e5f67?s=47\"\n    },\n    \"category\": \"Technology\",\n    \"categoryLink\": \"https://speakerdeck.com/c/technology\",\n    \"downloadLink\": \"https://speakerd.s3.amazonaws.com/presentations/6816e10f104a44cebb0915b392cadd2d/Lucas_Kaldstrom-Nikhita_Raghunath_-_May_21_-_Morning.pdf\",\n    \"extraLinks\": {\n      \"github.com\": [\n        \"https://github.com/nikhita\"\n      ]\n    },\n    \"hide\": false,\n    \"location\": {\n      \"requestedAddress\": \"Fira Gran Via, Av. Joan Carles I, Barcelona, Spain\",\n      \"resolvedAddress\": \"Av. Joan Carles I, 64, 08908 L'Hospitalet de Llobregat, Barcelona, Spain\",\n      \"lat\": 41.3546878,\n      \"lng\": 2.1277339\n    }\n  }\n]\n```\n\n## Library Usage\n\nCheck out the documentation on [Godoc](https://godoc.org/github.com/luxas/speakerdeck-api) or [pkg.go.dev](https://pkg.go.dev/github.com/luxas/speakerdeck-api)!\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluxas%2Fspeakerdeck-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluxas%2Fspeakerdeck-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluxas%2Fspeakerdeck-api/lists"}