Git Product home page Git Product logo

wh173-5p1d3r / txtmaker Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 2.0 25 KB

This api can handle thousands of requests. Also its completely free and unlimited resources.This is an Unofficial API Wrapper for Textpro & Photooxy

Home Page: https://www.npmjs.com/package/w5-textmaker

License: GNU General Public License v3.0

JavaScript 100.00%
api javascript nodejs scrapper textmaker-api w5-scrapper w5-textmaker w5botapi instadownloader-api

txtmaker's Introduction

txtmaker

Textpro , Photooxy , Ephoto360 & Instagram Unlimited API

This api can handle thousands of requests. Also its completely free and unlimited resources.

๐Ÿ“ฆ NPM Installation

npm i w5-textmaker

๐Ÿงพ Examples

Example Textmaker

Textpro 1

const w5botapi = require('w5-textmaker'); // Import NPM Package

w5botapi.textpro("<textpro_html>",
    // "Message One" (One Message)
    // ["Message One"], ["Message Two"] (Two Message)
    ).then(async (data) => { 
      try { 
          console.log(dat)
      } catch(err) { 
          console.log(err)
      } 
});

Textpro 2 ( Real Usage With One Message )

const w5botapi = require('w5-textmaker');

w5botapi.textpro("https://textpro.me/create-neon-devil-wings-text-effect-online-free-1014.html",
    "white spider"
    ).then(async (data) => { 
      try { 
          console.log(dat)
      } catch(err) { 
          console.log(err)
      } 
});

Textpro 3 ( Real Usage With Two Message )

const w5botapi = require('w5-textmaker');

w5botapi.textpro("https://textpro.me/create-realistic-vintage-style-light-bulb-1000.html",
    ["Developer"], ["white spider"]
    ).then(async (data) => { 
      try { 
          console.log(dat)
      } catch(err) { 
          console.log(err)
      } 
});

Photooxy ( Real Usage With One Message )

const w5botapi = require('w5-textmaker');

w5botapi.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 2 ( Real Usage With Two Message )

const w5botapi = require('w5-textmaker');

w5botapi.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));

Ephoto360 ( Real Usage With One Message )

const w5botapi = require('w5-textmaker');

w5botapi.ephoto2("https://ephoto360.com/hieu-ung-chu-tren-nen-cat-trang-tuyet-dep-663.html", ["text"])
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

Ephoto360 2 ( Real Usage With Two Message )

const w5botapi = require('w5-textmaker');

w5botapi.ephoto2("https://ephoto360.com/tinh-yeu/viet-chu-len-bong-bay-tinh-yeu-189.html", ["text","text2"])
  .then((data) => console.log(data))
  .catch((err) => console.log(err));

Example Downloader

Tiktok Downloader

const w5botapi = require('w5-textmaker');

 w5botapi.tiktok("https://vm.tiktok.com/ZSJb2Ly6t")
         .then((data) => console.log(data))
         .catch((err) => console.log(err));

Igstory Downloader

const w5botapi = require('w5-textmaker');

 w5botapi.igstory("Username") // "Enter Username"
         .then((data) => console.log(data))
         .catch((err) => console.log(err));

Igdownloader Downloader

const w5botapi = require('w5-textmaker');

 w5botapi.instagram("https://www.instagram.com/p/CSnz415reLK/?utm_source=ig_web_copy_link")
         .then((data) => console.log(data))
         .catch((err) => console.log(err));

Mediafire Downloader

const w5botapi = require('w5-textmaker');

 w5botapi.mediafire("https://www.mediafire.com/file/atxgngm36m0ytnn/example.txt/file")
         .then((data) => console.log(data))
         .catch((err) => console.log(err));

txtmaker's People

Contributors

wh173-5p1d3r avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.