Giter Site home page Giter Site logo

danvoinea / gscholar-citations-crawler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thu-pacman/gscholar-citations-crawler

0.0 0.0 0.0 34 KB

Crawl all your citations from Google Scholar

License: Other

Dockerfile 3.16% Makefile 2.74% TeX 2.86% Python 91.23%

gscholar-citations-crawler's Introduction

Google Scholar Citations

Want to know who/which journal has cited your work and compile a list?

This program allows you to retrieve all the citations an author has garnered from other scholars via Google Scholar, to store them in a bib file, and optionally, to download the publicly available PDF files associated with those citations.

Prerequisite

Download

To download, either directly download the zip file, or clone the git repository via command line with:

$ git clone https://github.com/shiqiezi/google-scholar-citations

Basic Usage

Basic command line operation is needed. A very basic usage with defaults will be:

$ python main.py https://scholar.google.com/citations?user=lqyGZpQAAAAJ

More Options

$ python main.py [-h] [--request-interval REQUEST_INTERVAL] [--should-download]
               [--download-dir DOWNLOAD_DIR] [--citation-name CITATION_NAME]
               google_scholar_uri

optional arguments explained:

  --request-interval REQUEST_INTERVAL
                        # Interval (in seconds) between requests to google scholar
  --should-download     # Download PS/PDF files of all citations iff True
  --download-dir DOWNLOAD_DIR
                        # Directory for downloaded citations PDF files
  --citation-name CITATION_NAME
                        # File name for all your citations in BibTex format

positional argument:

  google_scholar_uri    # Your google scholar homepage

###Example

$ python main.py --request-interval=50 --should-download https://scholar.google.com/citations?user=lqyGZpQAAAAJ

Getting Help

$ python main.py -h # show this help message and exit

Avoid Too Many Requests

Crawl the web resposibly. We suggest that users set a large number for the --request-interval. Requesting too frequently may result in a block from Google.

History

18-Sep-2016: Enabled a number of command line options, updated README

gscholar-citations-crawler's People

Contributors

liuml07 avatar shiqiezi avatar yilihong 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.