{"id":16509478,"url":"https://github.com/jtemporal/slidesdotcom2pdf","last_synced_at":"2025-10-17T18:03:52.467Z","repository":{"id":78994874,"uuid":"139334339","full_name":"jtemporal/slidesdotcom2pdf","owner":"jtemporal","description":"Docker image for genarating a psf from Slides.com presentation","archived":false,"fork":false,"pushed_at":"2019-04-30T23:47:08.000Z","size":497,"stargazers_count":6,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-27T18:37:20.796Z","etag":null,"topics":["docker","docker-image","firefox","pdf","slide"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jtemporal/slidesdotcom2pdf","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/jtemporal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-01T14:08:47.000Z","updated_at":"2024-11-09T19:29:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"41050b90-b6b0-47c3-88b6-7105a67f6ac6","html_url":"https://github.com/jtemporal/slidesdotcom2pdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jtemporal/slidesdotcom2pdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fslidesdotcom2pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fslidesdotcom2pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fslidesdotcom2pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fslidesdotcom2pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtemporal","download_url":"https://codeload.github.com/jtemporal/slidesdotcom2pdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fslidesdotcom2pdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279393027,"owners_count":26161580,"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-10-17T02:00:07.504Z","response_time":56,"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":["docker","docker-image","firefox","pdf","slide"],"created_at":"2024-10-11T15:50:43.595Z","updated_at":"2025-10-17T18:03:52.439Z","avatar_url":"https://github.com/jtemporal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slides.com to PDF [![Build Status](https://travis-ci.com/jtemporal/slidesdotcom2pdf.svg?branch=master)](https://travis-ci.com/jtemporal/slidesdotcom2pdf)\n\nA simple script to print out each slide and turn it into a PDF file using Selenium.\n\n## TODOs\n\nThings to improve: Checkout [the open issues](https://github.com/jtemporal/slidesdotcom2pdf/issues)\n\n\n\n## Usage\n\n### With Docker\n\nDocker is the recommended way to use this.\n\n```\ndocker pull jtemporal/slidesdotcom2pdf\ndocker run --rm --name sdc -v $(pwd)/slides:/tmp/result jtemporal/slidesdotcom2pdf http://slides.com/jtemporal/test\n```\n\n### Without Docker\n\n```\npip install -r src/requirements.txt\npython src/sdc2pdf.py http://slides.com/jtemporal/test\n```\n\nYou'll also need geckodriver and firefox installed:\n\n- for geckodriver:\n\n```\ncurl -L https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-$GECKODRIVER_VERSION-linux64.tar.gz | tar xz \u0026\u0026 sudo mv geckodriver /usr/bin/geckodriver\n```\n\n- for firefox:\n\n```\ncurl -L https://download-installer.cdn.mozilla.net/pub/firefox/releases/56.0.2/linux-x86_64/pt-BR/firefox-$FIREFOX_VERSION.tar.bz2 | tar xj \u0026\u0026 sudo mv firefox /opt/firefox/ \u0026\u0026 ln -s /opt/firefox/firefox /usr/bin/firefox\n```\n\n## Development\n\nto build:\n\n```\ndocker build -t slidesdotcom2pdf .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fslidesdotcom2pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtemporal%2Fslidesdotcom2pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fslidesdotcom2pdf/lists"}