Difference between revisions of "Seed DB Parser"
Jump to navigation
Jump to search
Leminh.ams (talk | contribs) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{McNair | + | {{Project |
+ | |Has project output=Data,Tool | ||
+ | |Has sponsor=McNair Center | ||
|Has title=Seed DB Parser | |Has title=Seed DB Parser | ||
|Has owner= | |Has owner= | ||
Line 12: | Line 14: | ||
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. | 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. | ||
+ | |||
+ | ==How To Use== | ||
+ | 1. Change line 14 to be the name of your input file and line 15 to be the name of your desired output file. | ||
+ | 2. The format of the input file is: | ||
+ | First line (header): Accelerators | ||
+ | Next lines: company name per row. | ||
+ | 2. Type "python3 parser.py" into the command prompt. |
Latest revision as of 12:44, 21 September 2020
Seed DB Parser | |
---|---|
Project Information | |
Has title | Seed DB Parser |
Has start date | |
Has deadline date | |
Has project status | |
Has sponsor | McNair Center |
Has project output | Data, Tool |
Copyright © 2019 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.
How To Use
1. Change line 14 to be the name of your input file and line 15 to be the name of your desired output file. 2. The format of the input file is:
First line (header): Accelerators Next lines: company name per row.
2. Type "python3 parser.py" into the command prompt.