mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 02:45:59 +03:00
[GH-ISSUE #235] whagodri not working #204
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fab1198 on GitHub (Mar 21, 2025).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/235
I'm having serious issues trying to use whagodri. I'm a total noob in coding, pls help me, I have meaningful messages to recover from gdrive
@rational-gamer commented on GitHub (Mar 23, 2025):
hi,
I managed to have it work using auth_token, one must provide master_token in there as described in Alternative Flow and the gpsoauth-java readme.
There was an SSLError afterward, I've commited a pull request to have it work in multi-threaded (using -np was way to slow).
@Shuraken007 commented on GitHub (Apr 14, 2025):
@rational-gamer
Can you check one more time, is it still possible to get access to gdrive?
I just got 'ServiceDisabled'.
And original (YuriCosta) project have same problems
https://github.com/YuriCosta/WhatsApp-GD-Extractor-Multithread/issues/57
btw, I loaded your version of project, it still crashed with SslError
on 'auth = gpsoauth.perform_oauth'
Probably it used older version of gpsoauth in requirments.txt
gpsoauth @ git+https://github.com/simon-weber/gpsoauth@b22c57a@rational-gamer commented on GitHub (May 11, 2025):
hello @Shuraken007 ,
read the link i provided in details. there are a couple of authentication methods. the one that worked for me is the one using master_token. the important settings.cfg section is.
[google-auth] gmail = <your gmail> oauth = <the master token not the exchanged one> androidid = <the one picked with adb shell settings get secure android_id> cellnumber = "" # don't know the format for this onefor my setup is just windows 11, python 3.13.2 (free threaded), a tls bundle in msys2 (environment variable REQUEST_CA_BUNDLE)., a venv is set for this project. This should work fine on any other setup.
After fixing tls issues, the only problem is to use the master_token this one I got it while playing with the scripts of gpsoauth (the first request of the mail+password flow), you may have to play with your google account settings to have it working.
Just tested again, just had to reinstall msys for a tls bundle :
concerning the requirement I just removed the weird link to specific version and let it download latest :