Skip to content

Commit e16680b

Browse files
author
hauntps
committed
Stackoverflow Bot v1.1
1 parent 0787693 commit e16680b

File tree

3 files changed

+11003
-11004
lines changed

3 files changed

+11003
-11004
lines changed

CrawlBot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ def get_repos(pages=100):
4747
except Exception as e:
4848
console.error(str(e))
4949
sleep(2)
50-
#browser.find_element_by_class_name("next").click()
51-
#browser.quit()
5250

5351
try:
5452
get_repos(pages=1619)
5553
except:
5654
pass
5755

58-
with open('./TagList.json', 'w') as curated_list_json_file:
56+
with open('./README.json', 'w') as curated_list_json_file:
5957
json.dump(curated_lists, curated_list_json_file, indent=4)

0 commit comments

Comments
 (0)