Skip to content

NateV/DocketQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use:

    from DocketQuery.docket_query import AskADocket, dicts2csv
    from DocketQuery.saved_functions import docket_number_and_name


    #pick some directory with parsed dockets
    dir = "tests/texts/"

    #Initialize an AskADocket object with the mapping function
    #you'd like to use.
    scraper = AskADocket(docket_number_and_name)

    #Scrape the directory you want to scrape with the
    #function you've chosen, and retrieve the errors,
    #results, and success/total counts.
    errors, results, counts = scraper.scrape_directory(dir)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages