0.0.8 • Published 3 months ago

imran-photo-api v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Imran (deprecated)

imran-photo-api is made to help. Hopefully this module is useful for developer friends, you can request next scraping or features.

Requires Node >= 12

Documentation

Installation

npm i imran-photo-api

Example TextMaker

const imran-photo-api = require("imran-photo-api");

//TextPro

imran-photo-api.textpro("https://textpro.me/create-blackpink-logo-style-online-1001.html", [
    "teks",
  ])
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

//TextPro with 2 text
imran-photo-api
  .textpro(
    "https://textpro.me/create-glitch-text-effect-style-tik-tok-983.html",
    ["teks", "teks 2"]
  )
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

//Photooxy
imran-photo-api
  .photooxy(
    "https://photooxy.com/logo-and-text-effects/create-a-picture-of-love-message-377.html",
    ["teks"]
  )
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

//Photooxy with 2 text
imran-photo-api
  .photooxy(
    "https://photooxy.com/logo-and-text-effects/make-tik-tok-text-effect-375.html",
    ["teks", "Teks 2"]
  )
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

Example Paste

const imran-photo-api = require("zrapi");
imran-photo-api.pastegg("you code, console.log('hi')", {
    title: "imran-api",
    description: "Source code",
    nameFile: "hasil.txt",
  }) //optional
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

//or

let options = {
  title: "imran-api",
  description: "Source code",
  nameFile: "hasil.txt",
};

imran-photo-api.pastegg("you code, console.log('hi')", options) //options is optional
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

//or

imran-photo-api
  .pastegg("you code, console.log('hi')") //options is optional
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

Example Downloader

const imran-photo-api = require("imran-photo-api");

// KeepTiktok
imran-photo-api
  .keeptiktok("https://vt.tiktok.com/khpq9t")
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

// Snaptik
imran-photo-api
  .snaptik("https://vt.tiktok.com/khpq9t")
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

🤙 Connect With Me

Facebook Telegram Instagram WhatsApp