{"id":24505463,"url":"https://github.com/bwhaley/svbtle-jekyll","last_synced_at":"2025-03-15T08:41:34.823Z","repository":{"id":94296019,"uuid":"43029999","full_name":"bwhaley/svbtle-jekyll","owner":"bwhaley","description":"Convert svbtle posts to Jekyll.","archived":false,"fork":false,"pushed_at":"2015-09-23T22:28:09.000Z","size":124,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T23:32:00.227Z","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/bwhaley.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":"2015-09-23T22:09:44.000Z","updated_at":"2020-03-04T19:30:41.000Z","dependencies_parsed_at":"2023-03-05T08:15:39.299Z","dependency_job_id":null,"html_url":"https://github.com/bwhaley/svbtle-jekyll","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/bwhaley%2Fsvbtle-jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwhaley%2Fsvbtle-jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwhaley%2Fsvbtle-jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwhaley%2Fsvbtle-jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bwhaley","download_url":"https://codeload.github.com/bwhaley/svbtle-jekyll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707297,"owners_count":20334614,"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":"2025-01-21T23:29:57.687Z","updated_at":"2025-03-15T08:41:34.797Z","avatar_url":"https://github.com/bwhaley.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svbtle-jekyll\n\nConvert svbtle posts to Jekyll.\n\nSvbtle does not offer an export feature. This python script scrapes the Svbtle Dashboard for a list of posts, Gets the metadata and content for each post, then renders markdown files with YAML front matter for Jekyll.\n\nsvbtle-jekyll does the bare minimum to generate basic jekyll compatibility. The resulting markdown and front matter will need almost certainly need editing. But this will hopefully save some time.\n\n## Usage\n\nFirst clone the repo and do the normal python dance:\n\n    $ virtualenv venv\n    $ . venv/bin/activate\n    $ pip install -r requirements.txt\n\nNow you need to get a cookie from Svbtle. I didn't build functionality to log in to svbtle and retrieve a cookie, so you need to log in using your browser and find the value for the `remember_user_token` cookie. This is pretty simple. Just use your favorite cookie viewer browser extensions. I use [EditThisCookie for Chrome](https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg?hl=en).\n\nNow you can run the tool like this:\n\n    $ python svbtle-jekyll.py -c \u003ccookie\u003e -t \u003ctarget directory for generated markdown files\u003e\n\nThis should grab each post and create an appropriate named Jekyll markdown file at the target specified in `-t`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwhaley%2Fsvbtle-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbwhaley%2Fsvbtle-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwhaley%2Fsvbtle-jekyll/lists"}