Socket
Socket
Sign inDemoInstall

d-scrape

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d-scrape

The library scraper for WhatsApp bot or Restfull API's


Version published
Weekly downloads
10K
decreased by-42.07%
Maintainers
1
Weekly downloads
 
Created
Source

d-scrape

d-scrape adalah sebuah package yang digunakan untuk melakukan web scraping dengan mudah. Dengan menggunakan d-scrape, Anda dapat mengambil data dari berbagai website dan media sosial seperti TikTok, Instagram, Twitter, dan lain-lain.

Instalasi

Untuk menginstal d-scrape, Anda dapat menggunakan package manager npm dengan menjalankan perintah berikut:

$ npm install d-scrape
$ npm i d-scrape

Uninstall

Untuk menghapus instalasi d-scrape, Anda dapat menggunakan package manager npm dengan menjalankan perintah berikut:

$ npm uninstall d-scrape

Penggunaan

Berikut adalah contoh penggunaan d-scrape untuk melakukan pencarian TikTok berdasarkan username:

const d = require("d-scrape")

(async () => {
  const result = await d.search.tiktoks('superdanzyyy')
  console.log(result)
})()

Pada contoh di atas, kita mengimpor package d-scrape dengan menggunakan require("d-scrape"). Kemudian, kita menggunakan fungsi d.search.tiktoks() untuk mencari TikTok berdasarkan username 'superdanzyyy'. Hasil pencarian akan disimpan dalam variabel result dan kemudian dicetak ke konsol.

Contact

Untuk informasi lebih lanjut atau pertanyaan, Anda dapat menghubungi kami melalui sosial media berikut:

  • Facebook: Follow
  • Tiktok: Follow
  • Instagram: Follow
  • WhatsApp: Click
  • Telegram: Click
  • Channel: Follow

Donate

Keywords

FAQs

Package last updated on 24 May 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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc