-
Notifications
You must be signed in to change notification settings - Fork 151
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
[feature request] output stats from status bar to console #52
Comments
I had the Idea that it wouldn't be to hard to create a status file And /tmp is really important as otherwise it may kill ssd based systems ^^ |
there are people running multiple scanners... ;- ) so, one would need to be able to set the filename. or just output that to the console... hmm, have to see what happens when i start it without --no-status-bar PS: just went through the code... that looks doable. i'll see what i can come up with. |
thanks for the pointer! i added another variable to check(): and the following code to the while loop:
it gets the job done |
#73 not quite up to date, but will do the job |
Updated labels and colors for Gyms and Pokemon
the status bar screen has many important statistics that are not visible when running with --no-status-bar.
i'm running it like this and barely get any useful info:
nohup python3.6 scan.py --no-status-bar --log-level INFO > /tmp/pm2 &
it would be great if the stats would appear every few minutes. i'm mostly interested in number of captchas, number of active accounts, skipped spawnpoints, average hash_key usage, known/unknown spanws.
The text was updated successfully, but these errors were encountered: