-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bc4e93
commit f952194
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# G2G Auto Account Delivery | ||
|
||
## Installation | ||
|
||
- Download Zip | ||
- Enter your `refresh_token` and `active_device_token` cookies into `Settings.json` file, entering `G2GSESID_V4` is not necessary. | ||
- Access the cookie by going to www.g2g.com then pressing CTRL + SHIFT + I -> Application -> Cookies -> https://www.g2g.com | ||
- The `Accounts.json` holds your accounts to be sold. | ||
|
||
``` | ||
[ | ||
{ | ||
"target_title": "The title of the listing this account is meant to deliver.", | ||
"account_id": "username", | ||
"password": "password", | ||
"first_name": "name", | ||
"last_name": "last", | ||
"account_country": "Country", | ||
"date_of_birth": "0000-00-00", | ||
"email_account": "email", | ||
"email_password": "email_pass", | ||
"secret_question": "None", | ||
"secret_answer": "None", | ||
"additional_note": "note" | ||
}, | ||
{ | ||
... Another account | ||
} | ||
] | ||
``` | ||
|
||
## Notes | ||
Actively maintained by | ||
- [@gaganbiswas](https://github.com/gaganbiswas) |