Socket
Socket
Sign inDemoInstall

w5-textmaker

Package Overview
Dependencies
174
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    w5-textmaker

Unofficial API Wrapper for Textpro & Photooxy , Instagram


Version published
Maintainers
1
Created

Readme

Source

Textpro - Photooxy Unlimited API

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

📦 NPM Installation

npm i w5-textmaker

🧾 Examples

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)
      } 
});

FAQs

Last updated on 15 Mar 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc