0.0.7 • Published 3 years ago

shthear v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

CREATED BY SHELLTHEAR

WhatsApp Scrapper Module!

Leer Lo Siguiente:

IMPORTANTE

☕ JavaScript

const SH = require('shthear')

🌎 TypeScript

import * as SH from 'shthear'

Instalación Y Desinstalación

npm install shthear

npm uninstall shthear

Youtube Descarga Por Enlace 480p

const SH = require('shthear');
const link = 'https://youtu.be/VideoID' //Ejemplo: https://youtu.be/WTxYp9ECnPY

SH.ytpp(link)
    .then(result => {
     console.log(result)
});

Youtube Descarga Por Enlace 720p

const SH = require('shthear');
const link = 'https://youtu.be/VideoID' //Ejemplo: https://youtu.be/WTxYp9ECnPY

SH.ytmg(link)
    .then(result => {
     console.log(result)
});

Buscador De Stickers

const SH = require('shthear');

(async () => {
    await SH.stickersh(`Mario Kart`).then(Resultado => {
        console.log(Resultado)
    })
})()

Descargar Archivos De Mediafire

const SH = require('shthear');
const link = const link = 'https://www.mediafire.com/file/FileID' //Ejemplo: https://www.mediafire.com/file/mrolvfl9oj0jstk/Only_Test.rar

    const resultado = await SH.mediafire(link)
        console.log(resultado)

Busqueda En Wikipedia

const SH = require('shthear');
const query = 'Pokemon'

SH.wikipedia(query)
    .then(result => {
     console.log(result)
});
0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago