/footer-scraper

Scrape the text off a footer from a list of urls

Primary LanguagePython

footer-scraper

Scrape the text off a footer from a website from a list of urls. Returns for each website a list of strings that were originally separated by either a line break ('\n') or carriage return ('\r'). Returns for the list of website a dictionary with the website url and the string list.