/brainscrape

BrainyQuote web scraper for all the quip lovers out there (Python)

Primary LanguagePython

brainscrape

BrainyQuote web scraper written in Python using Requests & BeautifulSoup

Ever wanted to search quotes by keyword and amass them in a organized, streamlined manner? Do you love discovering new aphorisms and quips to spice up your life?

Then brainscrape is great for you! Simply run:

getQuotes(your_keyword_here, num_pages_to_search_here)

... and a lovely list of (quote, author) tuples will be bestowed upon you for further use.

This is just a proof-of-concept for now; don't hesitate to submit a pull request if you'd like to see other features. Hope you enjoy brainscrape!