Skip to content

Instantly share code, notes, and snippets.

@abkumbar
abkumbar / Wayback_scraper.py
Last active October 1, 2022 13:59
Wayback news scraper gist
## Creating a loop to scrape from all pages
news_title = []
news_source = []
news_link = []
#pages = [str(i) for i in range(1,371)]
reqs = 0