Skip to content
/ brie Public

Data scraper written in Python using BeautifulSoup and Requests.

Notifications You must be signed in to change notification settings

SiD-93/brie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Brie - an automaton for the chronically lazy and the ever forgetful.

Presently in beta, this scraper pulls data from websites as per user preference. Episodes of 720p are queued by default and settings for quality are on the way.

#Dependencies * requests - "HTTP for Humans" - A Pythonic library for HTTP/1.1 requests. * BeautifulSoup - Python library for quick "screen-scraping". * json - A JavaScript Object Notation (JSON) encoder and decoder for uniform data exchange (think config files). * re - Regular Expression operations for Python. * Possibly many more...

#v0.9.1 * Pulls data from one website (highly breakable). * Prints data to STDOUT, in no formatted way (working on reducing this). * JSON supported for config files.

#TODO * Automatic client invoke. * Shell script wrapper. * Episode quality selection. * Integration and V&V.

About

Data scraper written in Python using BeautifulSoup and Requests.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages