Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting phone numbers from list (not random) #2

Open
Treascompany opened this issue Dec 21, 2018 · 3 comments
Open

Getting phone numbers from list (not random) #2

Treascompany opened this issue Dec 21, 2018 · 3 comments

Comments

@Treascompany
Copy link

Hi!

Thanks for this awesome work! I really enjoyed using your extension. However, I have a small issue. Could you please add a feature to take phone numbers from the list (for example, from txt file or csv) rather than generating them randomly.

@okmaste
Copy link

okmaste commented Dec 29, 2018

I am also facing this issue. I only know python. So it would be great if someone solves this for me. I really need this for my machine learning project.

@wallace-araujo
Copy link

Someone here already tried. load from an api. the number

@wallace-araujo
Copy link

I'm trying to send a number using
// arq content.js
window.postMessage({type: "FROM_NUMERO",text: '551111111111111'}, "*");

// arq ui.js
window.addEventListener("message", function(event){
if(event.data.type == 'FROM_NUMERO'){
check();
}
})

but it does not work
any tips

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants