{"id":19835804,"url":"https://github.com/zachey01/nswfparse","last_synced_at":"2025-10-25T16:38:39.026Z","repository":{"id":167267394,"uuid":"641807529","full_name":"zachey01/NSWFparse","owner":"zachey01","description":"🔞 Parser for NSWF content from Reddit and Rule34.xxx without dependencies","archived":false,"fork":false,"pushed_at":"2024-09-18T15:42:38.000Z","size":77,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T22:52:26.916Z","etag":null,"topics":["femboy","gay","hentai","nswf","onlyfans","porn","r34","reddit","rule34xxx","scraper"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/nswfparse","language":"JavaScript","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/zachey01.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":"2023-05-17T07:56:36.000Z","updated_at":"2025-09-19T21:30:37.000Z","dependencies_parsed_at":"2024-08-25T14:58:18.760Z","dependency_job_id":"71a104eb-783a-4135-900d-82ead731887a","html_url":"https://github.com/zachey01/NSWFparse","commit_stats":null,"previous_names":["zachey01/nswfparse"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zachey01/NSWFparse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachey01%2FNSWFparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachey01%2FNSWFparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachey01%2FNSWFparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachey01%2FNSWFparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachey01","download_url":"https://codeload.github.com/zachey01/NSWFparse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachey01%2FNSWFparse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280987529,"owners_count":26425340,"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-25T02:00:06.499Z","response_time":81,"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":["femboy","gay","hentai","nswf","onlyfans","porn","r34","reddit","rule34xxx","scraper"],"created_at":"2024-11-12T12:09:19.043Z","updated_at":"2025-10-25T16:38:38.994Z","avatar_url":"https://github.com/zachey01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# NSWFparse\n\n### Installation\n\n```shell\nnpm instal nswfparse\n```\n\n## Example\n\n```js\nconst nswfparse = require(\"nswfparse\");\n\n// Rule34\nconst options = {\n  tags: [\"toys\", \"forest\"],\n  numPage: 1,\n  limit: 1, // limit per request, maximum 100\n  remove_empty: true,\n  parse_tags: true, // whether to use tags\n  random: false, // get random post\n};\nnswfparse\n  .r34(options)\n  .then((payload) =\u003e {\n    console.log(payload);\n  })\n  .catch((error) =\u003e {\n    console.error(error);\n  });\n\n// Reddit\nnswfparse.reddit.real\n  .pov()\n  .then((payload) =\u003e {\n    console.log(payload);\n  })\n  .catch((error) =\u003e {\n    console.error(error);\n  });\n// Or\nnswfparse\n  .redditCustom([\"cats\"])\n  .then((payload) =\u003e {\n    console.log(payload);\n  })\n  .catch((error) =\u003e {\n    console.error(error);\n  });\n```\n\n### Categories for Reddit\n\n#### Real\n\n- cumShot\n- girlThighs\n- bdsm\n- lesbian\n- bisexy\n- sissy\n- girlAss\n- panties\n- pov\n- shemale\n- gayPorn\n- gayAss\n- gayCumshot\n- gayTwinks\n- dickPic\n- manToys\n- femboy\n\n#### Hentai\n\n- femboy\n- hentai\n- yaoi\n- futanari\n\n#### Furry\n\n- yaoi\n- hentai\n- real\n\n### TODO\n\n- [x] Add Rule34\n- [ ] Add Pornhub\n- [ ] Add Xvideos\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachey01%2Fnswfparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachey01%2Fnswfparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachey01%2Fnswfparse/lists"}