Scholar Crawler Main Program
Jump to navigation
Jump to search
Scholar Crawler Main Program | |
---|---|
Project Information | |
Project Title | Scholar Crawler Main Program |
Owner | Christy Warden |
Start Date | 10/23/2017 |
Deadline | |
Keywords | Google Scholar, python |
Primary Billing | |
Notes | |
Has project status | Active |
Copyright © 2016 edegan.com. All Rights Reserved. |
Contents
Overview
This code is located at E:/McNair/Software/Google_Scholar_Crawler/mainProgram.py. It calls on various other pieces of code to create a cohesive program for the patent thicket project which takes in a search term and a number of pages. It responds by searching on Google Scholar for that term, downloaded as many papers as it can from that search, converting them to text and searching for key terms and a definition of patent thicket in the text. Each piece of code can also be used individually for other applications.
Stage 1
Sets up a series of directories for results to go in.
Stage 2
Google Scholar Crawler under scholarcrawl.py heading.