New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bochilteam/scraper-sosmed

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bochilteam/scraper-sosmed - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/@types/index.d.ts

8

package.json
{
"name": "@bochilteam/scraper-sosmed",
"version": "1.0.1",
"version": "1.0.2",
"description": "Social media scraper module",

@@ -35,5 +35,7 @@ "main": "lib/cjs/index.js",

},
"homepage": "https://github.com/BochilTeam/scraper#readme",
"homepage": "https://github.com/BochilTeam/scraper/tree/master/packages/scraper-sosmed#readme",
"files": [
"./lib/**/*.js"
"lib/**/*.js",
"lib/**/**.d.ts",
"lib/**/package.json"
],

@@ -40,0 +42,0 @@ "dependencies": {

@@ -7,2 +7,18 @@ # Social media Scraper

npm i @bochilteam/scraper-sosmed
```
```
## Usage
Example tiktok video download
```ts
// Import module
import { savefrom, tiktokdl } from '@bochilteam/scraper-sosmed'
const url = 'https://www.tiktok.com/@omagadsus/video/7025456384175017243?is_from_webapp=1&sender_device=pc&web_id6982004129280116226'
// Using tiktokdl
const data = await tiktokdl(url)
console.log(data) // JSON
// Using savefrom
const result = await savefrom(url)
console.log(result) // JSON
```
[Documentation](https://bochilteam.github.io/scraper/modules/_bochilteam_scraper_sosmed.html)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc