Scrapevine is a web scraping program to make dat dictionaries from WikiData pages.
Scrapevine is written in Python using BeautifulSoup, and currently pulls from pages about lakes.
Feature To-Do List:
- Take user input for the WikiData page IDs to scrape, then:
- Take user input of lake names, and search and pull the WikiData page IDs
- Loop over an input dictionary of WikiData pages
- Save the data dictionaries as entries in a table
- Save the table as a CSV and download
- Package in a GUI and .exe for easy sharing