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.

- Rejestracja:około 6 lat
- Ostatnio:ponad 4 lata
- Postów:73
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?
Nie wydaje nam się, żeby to można było zrobić w ogóle, a tym bardziej jakimś gotowcem…




- Rejestracja:około 9 lat
- Ostatnio:około 17 godzin
- Postów:5147
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.
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.

- Rejestracja:około 6 lat
- Ostatnio:ponad 4 lata
- Postów:73
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.
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.

- Rejestracja:około 6 lat
- Ostatnio:ponad 4 lata
- Postów:73
WeiXiao napisał(a):
no raczej jest to płatne :D
znalazłem też coś takiego, ale pewnie będzie to mniej zaawansowane
Widziałem takie stronki, ale te numery były już używane do aktywacji i nie przechodzą już w googleu. :(
Zarejestruj się i dołącz do największej społeczności programistów w Polsce.
Otrzymaj wsparcie, dziel się wiedzą i rozwijaj swoje umiejętności z najlepszymi.