Skip to content

Commit

Permalink
Update Readme to move useragent at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Chouffy committed Jun 21, 2022
1 parent 9039a0c commit 1292f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -28,9 +28,6 @@ sensor:
refresh_token: "abc123"
user_id: "123"

# Optional: user agent, based on the latest TGTG app version - a default one is also coded
#user_agent: "TGTG/22.2.1 Dalvik/2.1.0 (Linux; U; Android 9; SM-G955F Build/PPR1.180610.011)"

# Optional: email so you know which account is used
username: 'Your TGTG mail'

Expand All @@ -44,6 +41,9 @@ sensor:
# item_id 2
- 5678

# Optional: user agent - by default, the latest one is retrieved from the Google Play store
#user_agent: "TGTG/22.2.1 Dalvik/2.1.0 (Linux; U; Android 9; SM-G955F Build/PPR1.180610.011)"

```

`access_token`, `refresh_token` and `user_id` can be retrieved using the [tgtg_get_tokens](./tgtg_get_tokens.py) script!
Expand Down

0 comments on commit 1292f75

Please sign in to comment.