Mihir Gandhi

Results 4 comments of Mihir Gandhi

> @mihir20 [This](https://github.com/rudderlabs/rudder-server/blob/8ce20b440496f9aab4b28fdcfb6eb795aabb6d0d/cmd/backupfilemigrator/testdata/gw_jobs_52306.1311260446.1311289420.1703893976586.1703894226969.2HajBvyyfPW3n0QNSaYH7eEXt1z.gz) seems like real data from customer **cars**? Just wanted to make sure if it is, let's not push actual customers data in Github. We can get the...

Can we do something like, displaying the link or even captcha page to user and ask there input for captcha?

I thought we need to do captcha verification only once per session.

For 1 of my personal projects I did this and it worked replacing https://github.com/Strvm/meta-ai-api/blob/89655182ef3e56ecee15b1882ec02dbf2124d418/src/meta_ai_api/main.py#L313 with ``` fb_session = {'abra_sess':'GET_TOKEN_BY_LOGIN_TO_YOUR_BROWSER'} ``` And every time I want to use this library I...