🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

neastoid-scraper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

neastoid-scraper

neastoid-scraper is a library that allows you to download various types of content from various online platforms such as TikTok, Instagram, Capcut, Google Drive, and many more and also provides very useful tools/codes :).

unpublished
latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

NeastoId Scraper

neastoid-scraper is a library that allows you to download various types of content from various online platforms such as TikTok, Instagram, Capcut, Google Drive, and many more and also provides very useful tools/codes :).

Package Install Code

npm i neastoid-scraper

đź“• Example

const FongsiDev_Scraper = require("neastoid-scraper");
import FongsiDev_Scraper from "neastoid-scraper";

// Downloader Tiktok
FongsiDev_Scraper.TiktokVideo("<Url Tiktok>").then(console.log);

đź“– Documentation

module.exports = {
  /* DOWNLOADER */
  AutoDL: downloadByService,
  TiktokVideo: downloadTiktokVideo,
  TiktokUser: downloadTiktokUser,
  Instagram: InstagramDownloader,
  Capcut: CapcutDownloader,
  Drive: DriveDownloader,
  MediaFire: MediaFireDownloader,
  Facebook: FacebookDownloader,
  Twitter: TwitterDownloader,
  Spotify: SpotifyDownloader,
  Pinterest: PinterestDownloader,
  Sfile: SfileDownloader,
  YouTube: {
    search: downloadYouTubeSearch,
    down: downloadYouTube,
  },
  /* AI */
  FAIIGGTranslate,
  KarloAI,
  /* TOOLS */
  Gtts: ToolGtts,
  Translator: ToolTranslator,
  GoogleLens: ToolGLens,
  RemoveBg: ToolRemoveBackground,
  DiscordCloud: ToolDiscordCloud,
  /* SHORT URL */
  Short1,
};

Credits

This library was developed by @FongsiDev. This code was rewritten by HindiaFtNpc.

Licence

This library is licensed under the MIT license.

Keywords

Scraper

FAQs

Package last updated on 08 Jun 2024

Did you know?

Socket

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