Skip to content

A web crawler for google scholar authors profiles for authors from Coventry University.Also included is a vertical search engine similar to google scholar however it returns results where at least one author is from Coventry University

Notifications You must be signed in to change notification settings

ondiekelijah/Web-Crawler-for-Google-Scholar

Repository files navigation

Web-Crawler-for-Google-Scholar

Description

A web crawler for google scholar authors profiles for authors from Coventry University. Also included is a vertical search engine similar to google scholar however it returns results where at least one author is from Coventry University. It is implemented using Flask and MySQL GitHub stars GitHub issues GitHub forks Twitter

NB: Commands issued are for a linux environment,however no one is limited.

Installation

  1. Create a new folder for the project and navigate into it
$ mkdir my_project
$ cd my_project

2.Inside the newly created folder create a virtual environment

 $ Python3.9 -m venv < env name>
  1. Create another folder,name it "main",navigate to it and clone to it the applicatons files.
mkdir main
cd main
$ git clone https://github.com/Dev-Elie/Search-Weather-Wordnet-Location-Web-App.git

Usage

  1. Activate the virtual environment
$. venv/bin/activate
OR
$ source venv/bin/activate
  1. Navigate into the "main" folder and install the requirements.
$ pip install -r requirements.txt
  1. Make the run file an executable
$ chmod 777 run
  1. Launch the application
$ ./run

Preview

Home

NB

Incase you face any issues with refused connections,below is a quick fix;

  • Restart your network on each subsequent crawl
  • Intergrate a proxy service

Liked this project ? Feel free to tweet about it Twitter

About

A web crawler for google scholar authors profiles for authors from Coventry University.Also included is a vertical search engine similar to google scholar however it returns results where at least one author is from Coventry University

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages