{"id":17343670,"url":"https://github.com/gma/ebay-html","last_synced_at":"2025-03-27T09:42:12.870Z","repository":{"id":66252127,"uuid":"385344558","full_name":"gma/ebay-html","owner":"gma","description":"Generate formatted HTML that works well on eBay listings","archived":false,"fork":false,"pushed_at":"2024-07-23T17:54:44.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T14:31:28.772Z","etag":null,"topics":["ebay","html-generator"],"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/gma.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":"2021-07-12T18:24:39.000Z","updated_at":"2024-07-23T17:54:48.000Z","dependencies_parsed_at":"2024-12-06T01:40:59.100Z","dependency_job_id":"ae47eeac-d150-4a9d-bdd0-051eea9d40c7","html_url":"https://github.com/gma/ebay-html","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/gma%2Febay-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Febay-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Febay-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Febay-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gma","download_url":"https://codeload.github.com/gma/ebay-html/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245820813,"owners_count":20677917,"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":["ebay","html-generator"],"created_at":"2024-10-15T16:09:59.717Z","updated_at":"2025-03-27T09:42:12.852Z","avatar_url":"https://github.com/gma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"README\n======\n\nI use the script in this project to create eBay listings with HTML that looks good on eBay. I've found eBay's default typography to be unnecessarily hard to read, quite unfriendly, and suspect items sell better if their descriptions are:\n\n- typeset in a sans-serif font,\n- at a larger size than the default, and\n- in dark blue.\n\nI've found that adding `style` attributes to my markup to be the best way to ensure that eBay doesn't meddle with my styles. Hand coding the HTML would, however, be a royal pain in the ass. So I write my listings in Markdown and use this script to generate the HTML.\n\nInstall\n-------\n\nAll you need is the Python-Markdown library, which you can install in a virtual environment like this:\n\n    # Create a virtual environment\n    python -m venv .venv\n    source .venv/bin/activate\n    activate\n\n    # Install dependencies\n    pip install --upgrade pip\n    pip install pip-tools\n    pip-sync requirements.txt\n\nUsage\n-----\n\nMarkdown is read on stdin and HTML is printed on stdout. To use the HTML in your eBay listing, paste it into the \"HTML\" tab of the \"Item description\" field in your eBay listing.\n\nAssuming you're in the virtual environment created above you can run the script like so:\n\n    ./ebay-html \u003c file.md \u003e file.html\n\nIf you'd like to copy the HTMl to your clipboard for pasting it into your eBay listing you could use `xclip` on Linux or `pbcopy` on Mac:\n\n    ./ebay-html \u003c file.md | xclip -i -selection clipboard  # Linux\n    ./ebay-html \u003c file.md | pbcopy                         # Mac\n\nWhen you're done you can exit the virtual environment:\n\n    deactivate\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgma%2Febay-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgma%2Febay-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgma%2Febay-html/lists"}