SimpleInstaBot icon indicating copy to clipboard operation
SimpleInstaBot copied to clipboard

Show stats when bot is running

Open martiGIT opened this issue 4 years ago • 1 comments

Hi! Thanks for your great work! It would be useful to see the stats (the same that are available while bot is stopped) on the screen "your bot is running". If it would be a problem to refresh it frequently - I think that updating it when bot reaches daily limit and goes to sleep for longer time would be enough. Thanks for you support Marcin

martiGIT avatar Feb 10 '21 06:02 martiGIT

This shouldn't be too hard,but currently it could cause some concurrency issues (I think especially on Windows) because stats are stored in just a plain file. In the future should rewrite to use some kind of database which properly handles concurrency. Created a new issue #46

mifi avatar Feb 10 '21 16:02 mifi