Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 795 Bytes

File metadata and controls

16 lines (10 loc) · 795 Bytes

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. Apparently, created a web app to display the information in a more user-friendly and intuitive way.

Features and Goals

☑️ To get the latest visa bulletin information from the travel.state.gov website.

⏳ Subscription feature to get the subscribers notified of date change from the time they subscribed and every time the bulletin date changes.

⏳ Save the dates to a datastore for future enhancements, like predictions and analysis.

Technologies Used

Python, Flask, HTML, CSS

Libraries Used

BeautifulSoup4, Flask, Requests with Python3