Coder Social home page Coder Social logo

Comments (5)

venounan avatar venounan commented on August 16, 2024 1

It might also be useful if the program maybe set a range for it to be randomized within. I.E. use a random number generator to pick an interval between 10-12 seconds for pause between each action, so that it's not a uniform amount every time. Just a thought to make it seem more "human".

from pokenurse.

mackhankins avatar mackhankins commented on August 16, 2024 1

@venounan it already does that, but it's between 25-30. It'd be cool to set the range

from pokenurse.

furier avatar furier commented on August 16, 2024

Even better would be to specify a range of ms, like: 3000-6000 which should give good results and not whole seconds which could be suspicious. Say all transfers were exactly 1,2,3,4 or 5 seconds in duration in between that could indicate that it is not a human doing the transferring.

from pokenurse.

vinnymac avatar vinnymac commented on August 16, 2024

@furier there are other factors at play such as network connectivity and slowness, I highly doubt this concern will ever come into play. But feel free to do a pull request if you want that level of comfort.

EDIT: Also rate limiting is a thing, so even if we allowed you to control the time, it would have a lower boundary, at which point this feature becomes kind of useless.

from pokenurse.

vinnymac avatar vinnymac commented on August 16, 2024

This is not needed anymore because A) pogobuf already limits hammering the api, and B) batch calls are now used for transfer/evolve.

from pokenurse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.