minor tweaks to fedicrawler & scrape 05-05-2020

This commit is contained in:
rra 2020-05-05 15:25:05 +02:00
parent c003a6ae96
commit 3f5d2bbad0
2 changed files with 247539 additions and 286866 deletions

View File

@ -1,5 +1,5 @@
#!/bin/env python3
# fediscraper v3
# fedicrawler v4
import json, requests
from multiprocessing.dummy import Pool as ThreadPool
@ -22,12 +22,15 @@ def not_gab(instance):
if 'gab.best'in instance:
print('GAB', instance)
return False
# the ones below are mostly used for testing apps
elif 'ngrok.io' in instance:
print('NGROK', instance)
return False
elif 'glitch.me' in instance:
print('GLITCH', instance)
return False
elif 'netlify.app' in instance:
print('NETLIFY', instance)
else:
return True
else:
@ -141,7 +144,6 @@ if r. status_code == 200:
instance_info = pool.map(get_nodeinfo, instances)
scrape = {}
instances_list = list(instances)
for count, value in enumerate(instances_list):

File diff suppressed because it is too large Load Diff