Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Other Programming › NodeJS Programming › textnow - create accounts

textnow - create accounts

Posts 1–5 of 5 · Page 1 of 1
DZ
dznprograms
textnow - create accounts
is anyone able to write a nodejs script to create accounts on textnow using their API?

thanks!
#1 · edited 8y ago · 8y ago
MI
MikeRohsoft
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'));
    });
});
#2 · 7y ago
DZ
dznprograms
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
#3 · 7y ago
MI
MikeRohsoft
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.
#4 · 7y ago
Hell_Demon
Hell_Demon
Why do you need more than one account?
#5 · 7y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • People who want to create accounts until lvl 10 [I pay]By trustjoe in League of Legends Marketplace
    2Last post 13y ago
  • WTB CA NA ACCOUNT OR TRADEBy DICKHEADs in Combat Arms Selling / Trading / Buying
    1Last post 13y ago

Tags for this Thread

None