pogom icon indicating copy to clipboard operation
pogom copied to clipboard

[FEATURE REQUEST] - Adjustable scan intervals

Open StrykZ opened this issue 8 years ago • 2 comments

Checklist

  • [x] I have read the FAQ
  • [x] I have checked if this issue already exists (both open and closed issues)
  • [x] I am using the most recent version of pogom from the master branch
  • [ ] If this is an installation issue, I am posting my OS, OS version, python version, pip version
  • [ ] I'm posting the complete log
  • [x] I'm using a descriptive title for this issue

My Issue

Is it possible to add an adjustable variable onto the webpage so the time inbetween scans can be changed?

following code is taken from scan.py in the pogom folder

while not self.api.is_work_queue_empty(): # Location change if self.scan_config.RESTART: log.info("Restarting scan") self.api.empty_work_queue() else: time.sleep(120)

Seems to help with getting soft bans if there's a 2 minute pause in between scans or could be just me

Also, not 100% sure what this one does but it seems from my test of 1km scan with 60 accounts they end exactly on 2mins all the time

if (not self.scan_config.SCAN_LOCATIONS or not config.get('ACCOUNTS', None)): time.sleep(120) continue

So will it be possible to add a box to the webpage so we can manually change the values without needing to restart the server every time we do or have it restart automatically?

Thanks ...

StrykZ avatar Aug 22 '16 11:08 StrykZ

+1

Mickey32111 avatar Aug 23 '16 23:08 Mickey32111

+1 I would also like to see this feature added.

dirtyrobinson avatar Aug 29 '16 04:08 dirtyrobinson