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.
☑️ 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.
Python, Flask, HTML, CSS
BeautifulSoup4, Flask, Requests with Python3