Socket
Socket
Sign inDemoInstall

trev

Package Overview
Dependencies
8
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    trev

Getting random nsfw images, hentai images and memes from reddit. Fast and tons of features supported.


Version published
Weekly downloads
28
increased by154.55%
Maintainers
1
Install size
515 kB
Created
Weekly downloads
 

Readme

Source

Trev

Trev is a package for getting random nsfw and memes from reddit.

You can also get custom ones.

For support, join this discord server: https://discord.gg/PrVRHPh

Usage example

const trev = require("trev");

async function main() {
  let hentai = await trev.nsfw.hentai();
  console.log(
    `${hentai.title} | ${hentai.author}\nFrom: ${hentai.subreddit}\nMedia: ${hentai.media}\nisNsfw: ${hentai.over_18}`
  );
}

main();

Major change

Trev is now modular! More documentation on that later, i need to fix some issues first. Basically, it means that you can customize Trev however you can. Don't worry, there is also a way to revert those changes.

Full list of functions

You can check the full list here: https://hastebin.com/tohozitavu.cs It is too long to how here, so i encourage checking it out.

Other methods

getCustomSubreddit(subreddit)
This is for getting the images from a subreddit you are choosing. This will now add /r/ if you forgot to add it (or / if you did r/).

isImgurUpload(url)
Many memes are uploaded to imgur, but imgur links are not raw. This method is used to check if a link is an imgur upload. It will not get gallery uploads since those require web scraping to get the raw link of, which adds a ton of packages.

getRawImgur(url) Gives you a raw imgur link from a normal imgur link. Super useful for memes. It checks if it's an imgur upload first (method above)

isGfyLink(url)
Many nsfw gifs/videos are from redgifs/gfycat, and those are not raw links unlike the others. So it would be useful to check if it's one of those links.

gfyIframe(url)
Converts a normal Gfy url into a Gfy embed. The point of this is that a Gfy embed page contains way less HTML than the normal page, which will save speed when doing web scraping.

Keywords

FAQs

Last updated on 30 Aug 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc