1.0.5 • Published 1 year ago

neastoid-scraper v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.