Difference between revisions of "Seed DB Crawler"
Jump to navigation
Jump to search
Maxine.tao (talk | contribs) (Created page with "{{McNair Projects |Has title=Seed DB Crawler |Has owner=Minh Le, Maxine Tao, Minh Le, }}") |
Maxine.tao (talk | contribs) |
||
Line 3: | Line 3: | ||
|Has owner=Minh Le, Maxine Tao, Minh Le, | |Has owner=Minh Le, Maxine Tao, Minh Le, | ||
}} | }} | ||
+ | |||
+ | ==Location== | ||
+ | E:\McNair\Projects\Seed DB\parser.py | ||
+ | |||
+ | ListOfAccs.txt - input file containing a list of accelerators that we want to pull information on | ||
+ | |||
+ | ==Functionality== | ||
+ | Uses Selenium Webdriver to pull cohort companies, timing info from SeedDB website | ||
+ | |||
+ | SeedDB is structured so that there is a page containing a list of accelerators. If you click on an accelerator name, you are then taken to another page of all their cohorts. This second page of all cohorts for each accelerator is stored in a folder called seedDBhtml. |
Revision as of 15:02, 31 July 2018
Seed DB Crawler | |
---|---|
Project Information | |
Project Title | Seed DB Crawler |
Owner | Minh Le, Maxine Tao, Minh Le |
Start Date | |
Deadline | |
Primary Billing | |
Notes | |
Has project status | |
Copyright © 2016 edegan.com. All Rights Reserved. |
Location
E:\McNair\Projects\Seed DB\parser.py
ListOfAccs.txt - input file containing a list of accelerators that we want to pull information on
Functionality
Uses Selenium Webdriver to pull cohort companies, timing info from SeedDB website
SeedDB is structured so that there is a page containing a list of accelerators. If you click on an accelerator name, you are then taken to another page of all their cohorts. This second page of all cohorts for each accelerator is stored in a folder called seedDBhtml.