{"id":17607281,"url":"https://github.com/sapuri/steel-jelly","last_synced_at":"2025-04-30T12:34:37.422Z","repository":{"id":98421344,"uuid":"329355089","full_name":"sapuri/steel-jelly","owner":"sapuri","description":"A Go library and CLI tool for porn sites","archived":false,"fork":false,"pushed_at":"2021-02-06T02:42:33.000Z","size":25,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-25T07:45:26.978Z","etag":null,"topics":["cli","eroterest","golang","library","pornhub"],"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/sapuri.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-13T15:45:05.000Z","updated_at":"2024-03-15T10:08:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ab43c67-a442-41c3-a372-3cc0282f4503","html_url":"https://github.com/sapuri/steel-jelly","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/sapuri%2Fsteel-jelly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapuri%2Fsteel-jelly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapuri%2Fsteel-jelly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapuri%2Fsteel-jelly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sapuri","download_url":"https://codeload.github.com/sapuri/steel-jelly/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242650900,"owners_count":20163610,"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":["cli","eroterest","golang","library","pornhub"],"created_at":"2024-10-22T16:09:33.550Z","updated_at":"2025-03-09T05:30:59.422Z","avatar_url":"https://github.com/sapuri.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# steel-jelly\nA Go library and CLI tool for porn sites\n\n## Installation\n### Library\n```\ngo get github.com/sapuri/steel-jelly/steeljelly\n```\n\n### CLI\n```\ngo get github.com/sapuri/steel-jelly/cmd/steeljelly\n```\n\n(optional) To run unit tests:\n```\nmake generate\nmake test\n```\n\n## Examples\n### Library\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/sapuri/steel-jelly/steeljelly\"\n)\n\nfunc main() {\n\tconst videoURL = \"https://jp.pornhub.com/view_video.php?viewkey=ph5f756e8a650b3\"\n\n\tclient := steeljelly.NewClient()\n\tres, err := client.GetThumbnailURLs(steeljelly.SiteTypePornhub, videoURL)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\t// https://ei.phncdn.com/videos/202010/01/356624402/original/(m=eaAaGwObaaaa)(mh=3zxiu3wi3w-_5ZlG)1.jpg\n\tfmt.Println(res[0])\n}\n```\n\n### CLI\nUsage\n```\nsteeljelly\n\nNAME:\n   steeljelly - A CLI tool for porn sites\n\nUSAGE:\n   steeljelly [global options] command [command options] [arguments...]\n\nVERSION:\n   0.0.1\n\nCOMMANDS:\n   eroterest  エロタレスト\n   pornhub    Pornhub\n   help, h    Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help (default: false)\n   --version, -v  print the version (default: false)\n```\n\n(ex.) Retrieve thumbnail URLs of Pornhub video\n```bash\nsteeljelly pornhub get-thumbnails --url https://jp.pornhub.com/view_video.php\\?viewkey\\=ph5f756e8a650b3\n# https://ei.phncdn.com/videos/202010/01/356624402/original/(m=eaAaGwObaaaa)(mh=3zxiu3wi3w-_5ZlG)1.jpg\n# ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapuri%2Fsteel-jelly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapuri%2Fsteel-jelly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapuri%2Fsteel-jelly/lists"}