Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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);
});

// Reddit
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