you just need to set a start time and check with a "if", if time elapsed is <20
Example: http://stackoverflow.com/questions/3620943/measuring-elapsed-time-with-the-time-module
start_time = time.time()
elapsed_time = time.time() - start_time
you just need to set a start time and check with a "if", if time elapsed is <20
Example: http://stackoverflow.com/questions/3620943/measuring-elapsed-time-with-the-time-module
start_time = time.time()
elapsed_time = time.time() - start_time
RE: Steemit post Bot like @wang for introduceyourself