Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1 KB

readme.md

File metadata and controls

19 lines (14 loc) · 1 KB

Visa Bulletin Reader

This is a simple web scraper to get the latest visa bulletin information from the travel.state.gov website. I started this with a goal of learning python and web scrapping capabilities.

Goal/Outcome

  • To get the latest visa bulletin information from the travel.state.gov website.
  • Currently built as a command line tool, with prompt to select the visa bulletin type and country.
  • Future goal is to build a web application to display the information in a more user friendly way.

Tech Requirement Primers

Finding the information required

  • Find the table type occurrences
    • Pick first 2 and render the data