Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zachey01/nswfparse
🔞 Parser for NSWF content from Reddit and Rule34.xxx without dependencies
https://github.com/zachey01/nswfparse
femboy gay hentai nswf onlyfans porn r34 reddit rule34xxx scraper
Last synced: 2 days ago
JSON representation
🔞 Parser for NSWF content from Reddit and Rule34.xxx without dependencies
- Host: GitHub
- URL: https://github.com/zachey01/nswfparse
- Owner: zachey01
- Created: 2023-05-17T07:56:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T15:42:38.000Z (about 2 months ago)
- Last Synced: 2024-10-30T11:20:41.435Z (15 days ago)
- Topics: femboy, gay, hentai, nswf, onlyfans, porn, r34, reddit, rule34xxx, scraper
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nswfparse
- Size: 75.2 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NSWFparse
### Installation
```shell
npm instal nswfparse
```## Example
```js
const nswfparse = require("nswfparse");// Rule34
const options = {
tags: ["toys", "forest"],
numPage: 1,
limit: 1, // limit per request, maximum 100
remove_empty: true,
parse_tags: true, // whether to use tags
random: false, // get random post
};
nswfparse
.r34(options)
.then((payload) => {
console.log(payload);
})
.catch((error) => {
console.error(error);
});
nswfparse.reddit.real
.pov()
.then((payload) => {
console.log(payload);
})
.catch((error) => {
console.error(error);
});
// Or
nswfparse
.redditCustom(["cats"])
.then((payload) => {
console.log(payload);
})
.catch((error) => {
console.error(error);
});
```### Categories for Reddit
#### Real
- cumShot
- girlThighs
- bdsm
- lesbian
- bisexy
- sissy
- girlAss
- panties
- pov
- shemale
- gayPorn
- gayAss
- gayCumshot
- gayTwinks
- dickPic
- manToys
- femboy#### Hentai
- femboy
- hentai
- yaoi
- futanari#### Furry
- yaoi
- hentai
- real### TODO
- [x] Add Rule34
- [ ] Add Pornhub
- [ ] Add Xvideos