Results 1 to 5 of 5
  1. #1
    dznprograms's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    textnow - create accounts

    is anyone able to write a nodejs script to create accounts on textnow using their API?

    thanks!
    Last edited by dznprograms; 08-03-2018 at 11:09 PM.

  2. #2
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,314
    There a exists an npm package for it?!
    Code:
    const textNow = require('textnow-api');
     
    textNow.login(email, password).then(client => {
        console.log(`Logged in as ${client.username}`);
     
        textNow.fetchMessages(client.id, client.username).then(messages => {
            console.log(messages.map(message => `ID: ${message.id} | Message: ${message.message} | Sender: ${message.contact_value}`).join('\n'));
        });
    });

  3. #3
    dznprograms's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MikeRohsoft View Post
    There a exists an npm package for it?!
    Code:
    const textNow = require('textnow-api');
     
    textNow.login(email, password).then(client => {
        console.log(`Logged in as ${client.username}`);
     
        textNow.fetchMessages(client.id, client.username).then(messages => {
            console.log(messages.map(message => `ID: ${message.id} | Message: ${message.message} | Sender: ${message.contact_value}`).join('\n'));
        });
    });
    Sadly that is just for checking messages, not for creating accounts

  4. #4
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,314
    Quote Originally Posted by dznprograms View Post
    Sadly that is just for checking messages, not for creating accounts
    well the api doesn't provide to create accounts, which makes totally sense in my eyes.
    you have to simulate what you have to do on the website too.

  5. #5
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Why do you need more than one account?
    Ah we-a blaze the fyah, make it bun dem!

Similar Threads

  1. [WTB] WTB CA NA ACCOUNT OR TRADE
    By DICKHEADs in forum Combat Arms Selling / Trading / Buying
    Replies: 1
    Last Post: 11-21-2012, 09:29 AM
  2. [WTB] People who want to create accounts until lvl 10 [I pay]
    By trustjoe in forum League of Legends Marketplace
    Replies: 2
    Last Post: 11-18-2012, 12:37 PM