Answer the question
In order to leave comments, you need to log in
Numcap js how to pass number to it via python and get output?
In general, there is a file in python (main.py) in which the code is:
And .js contains Numcap code
phone = input('Введите номер: ')
var numcap = require('numcap');
var finder = new numcap();
finder.getData("тут номер, переданный из .py" function (err, data) {
console.log(data);
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question