Skip to content

Allow to receive virtual numbers and sms using services api

License

Notifications You must be signed in to change notification settings

RuslanGR1/getsmsapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get virtual numbers and receive sms

Available countries (use only codes)

'Russia': 'RU',
'Ukraine': 'UA'

Available services

'Telegram': 'opt29',
'Twitter': 'opt41',

Quick start

from getsmsapi inport Simsms

sim_sms = Simsms(
    api_key='your-api-key',
    country='RU',
    service='opt29'  # Telegram
)

number, order_id = sim_sms.get_number()
number, sms = sim_sms.get_code(order_id)

About

Allow to receive virtual numbers and sms using services api

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages