Giter Club home page Giter Club logo

djkm-nwhacks's Introduction

WoSgetter

A program to export large amounts of metadata from Web of Science.

Dependencies

This program depends on several things that are not in this repository:

  1. Go compiler (and Go libraries) (those are not needed if you download the binary release)
  2. Google Chrome (https://www.google.com/chrome/)
  3. Chromedriver (http://chromedriver.chromium.org/downloads)

Building

git clone https://github.com/x0wllaar/WoSgetter
cd WoSgetter
go get .
go build -o wosgetter.exe .

These commands will download the code, all the necessary Go libraries and build the executable. You will still have to download Chrome and the Chromedriver binary.

Command line flags

> .\wosgetter.exe -h
Usage of wosgetter.exe:
  -chrome string
        Path to Chrome(ium) binary (default "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe")
  -driver string
        Path to Chromedriver binary (default "./chromedriver")
  -filen int
        File number to start with (default 1)
  -from int
        What record to start from (default 1)
  -o string
        Where to save the reports (default ".")
  -to int
        What record to end with

How to use

  1. Install Google Chrome (or Chromium) and download the Chromedriver binary.
  2. Start the program with the relevant command line flags.
  3. A Chrome window will open.
  4. In this window, navigate to the WoS page with the relevant results
  5. In the command line window, press Enter to start the download

Continuing interrupted downloads

The steps are exactly the same, but you will need to use the filen, from and to command line flags

❗❗ Instructional videos will be posted later ❗❗

djkm-nwhacks's People

Contributors

810fc003 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.