Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganbiswas authored Dec 7, 2023
1 parent 0bc4e93 commit f952194
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
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)

0 comments on commit f952194

Please sign in to comment.