在頁面 https://chile.rutificador.com/ 搜尋姓名,並根據Register返回RUT和姓名
如果該名稱在 ruifier 中具有多個符合項,則會按與該名稱的距離對它們進行排序,並選擇最接近的一個。
可以輕鬆擴展到每秒多個請求,如果達到最大值,請在 5 秒後重試。
將 Rutificador.py 儲存到專案資料夾中
from Rutificador import getRUT
data = {
'nombre' : 'GARY MEDEL SOTO'
}
rut = getRUT ( data )
print rut
送貨:
{ 'nombre' : 'GARY MEDEL SOTO' , 'rutificador' : 16795344 , 'nombreRutificador' : u'MEDEL SOTO GARY ALEXIS' }