1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] How to automatically login to a website using firebase authentication without using...

Discussão em 'Python' iniciado por Stack, Outubro 8, 2024.

  1. Stack

    Stack Membro Participativo

    I have this web i want to scrape daily, by sending different http requests with bearer token to the site. The task requires me to manually log in with my google account, copy the bearer token and send request using scrapy. How to automate that process without using any browser automation tools like selenium, playwright...

    The end goal is to send http requests and get data automatically.

    I tried to use google cloud console to get my google account id token, use it to exchange the firebase token. I got a message that google id token is not allowed to be used with that application. Its audience (OAuth 2.0 client ID) is not authorized to be used in the project.

    Continue reading...

Compartilhe esta Página