i have a list of my coustomer phone numbers , how should i get the id's for a long list (15,000) in fastest way posible
i tryed older methode's but none of them working any more and some of them not fast enough i need something fast and safe .
one the method i tryed
for number in numbers:
phone =await conv_number(phone_number=number)
time.sleep(5.09)
await app.add_contact(phone_number=str(number) , first_name="" )
I suggest to create a class and than filter it:
Then I populate the list in order to test the efficiency of the function:
and finallay, filter: