Initial commit

This commit is contained in:
Simon
2018-05-28 20:35:04 -04:00
commit ad645490f6
61 changed files with 10213 additions and 0 deletions

8
od_crawler_exemple.py Normal file
View File

@@ -0,0 +1,8 @@
from od_util import is_od
# Example usage. Links will be written into data.json
with open("/home/simon/out.txt") as f:
for line in f:
print(line[:-1])
print(is_od(line[:-1]))