Difference between revisions of "Seed DB Parser"

From edegan.com
Jump to navigation Jump to search
Line 12: Line 12:
  
 
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. Type "python3 parser.py" into the command line.

Revision as of 16:27, 3 August 2018


McNair Project
Seed DB Parser
Project logo 02.png
Project Information
Project Title Seed DB Parser
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.

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. Type "python3 parser.py" into the command line.