Exemplo n.º 1
0
 def setup_tor_addr(self):
     """
         Load the tor list with a static file since the server is rate limited
     """
     tor = DownloadTor('ip_loc/test_files/tor_list.txt')
     tor.run()
Exemplo n.º 2
0
def hourly_cron():
    tor = DownloadTor()
    tor.run()