Skip to content

MrFuguDataScience/Webscraping

Repository files navigation

Webscraping: with Beautiful Soup4 | Regex | Selenium | Py4J | Eclipse IDE with Maven

This is a two part jupyter notebook

This exercise was used to find what countries voted: for/against/abstained for any given Resolutionfrom the United Nations

  • First part of this project: Find all webpages relevant to Session Resolutions, this was entails entering 3 pages deep.
    • Second part deals with parsing online pdf files with Java PDFBox and sending that data to Python with Py4J.
      • From there we will finially parse with Regex these files which will be plain text for our: voting by country

------------------------------------------------------------------------------

with Mr Fugu Data Science

(◕‿◕✿)

ALso Check out my videos: Youtube

Required installs:

pip install beautifulsoup4 | pip install pyPDF2 | pip install Selenium

Skills Learned:

  • Webscraping
  • Basic Regular Expressions (Regex)
  • Pdf parsing onling material

About

Beautiful Soup with Regx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published