Giter Club home page Giter Club logo

google-scholar-scraper-in-python's Introduction

Citation Network Analyzer

Citation Network Analyzer (citenet) is a program for generating and analyzing compact networks of citation relationships between academic publications.

The full suite consists of:

  • a Python application for retrieving a set of academic publications from Google Scholar, and storing them into a SQLite database.
  • a R package containing a series of functions and tools for analysis, modification and plotting of a set of academic publications and their relationships.

This repository contains the citenet Python application.

Requirements

This module depends on the following packages, available from pip:

Installation

For convenience, a Windows installer package generated with Nullsoft Scriptable Install System is provided for each release, intended for end users, which includes:

  • a compiled version of the citenet Python package and its dependencies, using PyInstaller.
  • an installable version of the citenet R module and its dependencies.

The following instructions apply for manual installation via different methods.

$ virtualenv venv-citenet
$ cd venv-citenet
$ source bin/activate
(venc-citenet)$ pip install PySide==1.2.2

Depending on your setup, the installation of PySide might require that the QT libraries and headers are installed on your system. Please refer to your distribution documentation for more specific instructions.

Windows

On Windows system, installation instructions might vary depending on your specific version and platform, and the following steps might need to be adjusted to match your environment:

python get-pip.py
  • Install PySide using pip.
pip install -U PySide

Please refer to the PySide documentation for more information.

Launching

Once installed, the Python module can be executed from the top level folder of the project with the following command:

python -m citenet.citenet

Alternatively, it can be invoked from the folder containing the scholar.py file (citenet/) directly (or via double clicking on the scholar.py file on Windows systems):

python scholar.py

Additional notes

This application interacts with Google Scholar, performing a series of queries in order to retrieve the publications and related information. It is the user's sole responsability to ensure that their usage conforms to Google Scholar Terms of Service and within their acceptable policy and usage limits.

Changelog

  • 1.6.1 (2015-07-16) - Bugfix release (new Scholar settings page, sqlite path defaults to "My Documents")
  • 1.6 (2015-05-28) - Initial public release

License

This software is licensed under the GPL2 license.

citenet - Citation Network Analyzer
Copyright (C) 2015 Jesse Lecy <[email protected]>, with contributions from
Diego Moreda <[email protected]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

google-scholar-scraper-in-python's People

Contributors

diego-plan9 avatar lecy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.