A university scraping tool made for Graduate Students who are in search of Professors for Research Assistant position.
Key Features • How To Use • Download • License
- Fetch and search univercity from provided list
- Search for professors in google scholar for related works
- Collect professors information in csv file
- Customizable keys
- Cross platform
- Windows, macOS and Linux ready.
To clone and run this application, you'll need Git and Python installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/rafathasan/fund-at-first-sight
# Install dependencies
$ pip install -r requirements.txt
# Run the app
$ python main.py
User need to select and highlight the following text with mouse and need to use the following key to perform actions.
a
: Update department name.
s
: Update professor name.
d
: Update email address.
z
: Update seach on google scholar.
f
: Update field of research.
esc
: Save and search next Univercity.
You need to download Chrome Browser in order to run the program.
This software uses the following open source packages:
- Python
- Selenium
- Keyboard
- Pandas
- PyYAML
MIT
GitHub @rafathasan