Weryfikacja dwuetapowa w Google

0

Witajcie. Napisałem program z selenium, który tworzy konto w Google, tylko że Google chce weryfikacji numerem telefonu i czy ma któs pomysł jak zrobic żeby się to wykonało bez ingerencji uzytkownika, słyszałem o czymś takim jak Twilio i Django, ale nie wiem czy to to.

0

Po to google wprowadziło weryfikację numeru żebyś nie mógł napisać programu który tworzy konto google (w uproszczeniu) :)

0
cmd napisał(a):

Po to google wprowadziło weryfikację numeru żebyś nie mógł napisać programu który tworzy konto google (w uproszczeniu) :)

Wiem, ale czy można to zrobić w pythonie?

0

Nie wydaje nam się, żeby to można było zrobić w ogóle, a tym bardziej jakimś gotowcem…

0

Wydaje mi się, że w/w twilio pozwala na zrobienie czegoś takiego.

Google wysyła SMS, a Twilio wysyła request do twojego serwera z danymi SMSa.

https://support.twilio.com/hc/en-us/articles/223134127-Receive-SMS-and-MMS-Messages-without-Responding

Receive SMS and MMS Messages without Responding

When an incoming SMS or MMS message is received by one of your Twilio numbers, Twilio makes an HTTP request to the A MESSAGE COMES IN option configured for this number. This Twilio app needs to then respond with valid TwiML directions describing how to handle that incoming message.

In order to receive incoming messages, without sending an auto-response, the Twilio app should respond with a simple empty Response - <Response></Response>. Read on for more

https://www.twilio.com/docs/sms/twiml#twilios-request-to-your-application

Twilio's request to your application

Twilio makes HTTP requests to your application just like a regular web browser, in the format application/x-www-form-urlencoded. By including parameters and values in its requests, Twilio sends data to your application that you can act upon before responding.

You can configure the URLs and HTTP Methods Twilio uses to make its requests via your account portal or using the REST API.

0
WeiXiao napisał(a):

Wydaje mi się, że w/w twilio pozwala na zrobienie czegoś takiego.

Google wysyła SMS, a Twilio wysyła request do twojego serwera z danymi SMSa.

https://support.twilio.com/hc/en-us/articles/223134127-Receive-SMS-and-MMS-Messages-without-Responding

Receive SMS and MMS Messages without Responding

When an incoming SMS or MMS message is received by one of your Twilio numbers, Twilio makes an HTTP request to the A MESSAGE COMES IN option configured for this number. This Twilio app needs to then respond with valid TwiML directions describing how to handle that incoming message.

In order to receive incoming messages, without sending an auto-response, the Twilio app should respond with a simple empty Response - <Response></Response>. Read on for more

https://www.twilio.com/docs/sms/twiml#twilios-request-to-your-application

Twilio's request to your application

Twilio makes HTTP requests to your application just like a regular web browser, in the format application/x-www-form-urlencoded. By including parameters and values in its requests, Twilio sends data to your application that you can act upon before responding.

You can configure the URLs and HTTP Methods Twilio uses to make its requests via your account portal or using the REST API.

Ale wtedy chyba mam jeden numer telefonu a ja bym potrzebował kilka, a poza tym to jest chyba płatne.

0

@krysteq28

no raczej jest to płatne :D

znalazłem też coś takiego, ale pewnie będzie to mniej zaawansowane

https://receive-smss.com/

0
WeiXiao napisał(a):

@krysteq28

no raczej jest to płatne :D

znalazłem też coś takiego, ale pewnie będzie to mniej zaawansowane

https://receive-smss.com/

Widziałem takie stronki, ale te numery były już używane do aktywacji i nie przechodzą już w googleu. :(

1 użytkowników online, w tym zalogowanych: 0, gości: 1