GithubHelp home page GithubHelp logo

dhruv1220 / web-scrape Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.76 MB

A python script that utilizes Selenium and Beautiful Soup to scrape research papers off the web and put them in an excel sheet.

License: Apache License 2.0

Python 100.00%

web-scrape's Introduction

Web Scrape Research Articles

A python script that utilizes Selenium and Beautiful Soup to scrape research papers off the web and put them in an excel sheet.
The website scraped was: The Institute for Operations Research and the Management Sciences (https://pubsonline.informs.org/)
The research articles from the year 2011 onwards are scraped.

Pre-requisites

  1. Python
  2. Google chromedriver (preferably a stable version)
  3. Selenium and BeautifulSoup libraries on Python

Pro Tip: Put the chromedriver executable in /usr/local/bin file path.

How to Run

Run the Python file on terminal using the following command:

python3 web_scrape.py

Output Format

The output is an excel sheet by the name of research_articles.xlsx. I have posted my output for reference too in a file called research_articles_final.xlsx.

It contains the following columns:-

  • Volume: Volume of the research article. Usually a year is associated with a particular volume. For eg: 2024 is Volume 70, 2023 is Volume 69, and so on.
  • Issue: The issue in that particular volume. Usually a month is associated with a particular issue. For eg: January is Issue 1, February is Issue 2, and so on.
  • Title: Title of the research article
  • Author: The list of authors of the research article
  • Abstract: The complete abstract text of the research article
  • Accepted_By: The name of the person who accepted the research article
  • Accepted_Dept: The department of the person who accepted the research article
  • URL: The link that was scraped to get all the research article information

Sample Output
image

web-scrape's People

Contributors

dhruv1220 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.