This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import csv | |
import requests | |
import bs4 | |
import argparse | |
# parser = argparse.ArgumentParser(description='Process a list of search terms.') | |
# parser.add_argument('terms', metavar='N', type=str, nargs='+', | |
# help='comma separated list of terms to search for') | |
# args = parser.parse_args() |