Skip to content

A Simple Python script that scrapes a given IMDB 'Quotes' page and returns a JSON list of objects containing the film name and quote.

Notifications You must be signed in to change notification settings

mluckcuck/QuoteScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuoteScrape

A Simple Python script that scrapes a given IMDB 'Quotes' page and returns a JSON list of objects containing the film name and quote.

##Usage

python3 quoteScrape.py "URL" ["Search Name"]

URL = the url of the IMDB Quotes page to scrapes Search Name = the name of the character to return quotes for (optional)

About

A Simple Python script that scrapes a given IMDB 'Quotes' page and returns a JSON list of objects containing the film name and quote.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages