-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible info in "UpdateLiveStats" #4076
Comments
From comment in code:
|
So no current position? (I'm asking because that's the most vital stat I need to get) |
Exactly, no current position at this time (just checked code) |
:( |
@xyc1993 You could create a feature request for this functionality as there are already numerous FR for similar updates to live stats |
@Nerkyator Thank you. I was looking for that info too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
What kind of information can I get via "UpdateLiveStats"?
Can I have my bot's current coordiantes? If yes then how? I'd like to see the path that my bot takes.
So far I have this:
{
"type": "UpdateLiveStats",
"config": {
"enabled": true,
"min_interval": 10,
"stats": ["username", "uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited", "pokemon_caught", "captures_per_hour", "km_walked"],
"terminal_log": true,
"terminal_title": true
}
}
When I put in stats "locations", "position", "latitude", "longitude" I get an error so that doesn't work.
The text was updated successfully, but these errors were encountered: