Web Scraper and API for Wikipedia created for CS242.
- wikiscraper contains files for scraping films and actors from wikipedia pages. Run WikiScraper.py to recursively scrape wikipedia pages for the information needed.
- webapi contains files for a simple api with GET, PUT, POST, and DELETE endpoints to access the given data.json.
- graphlibrary contains files for a representing the data as a graph, make simple queries, and create visualizations of the data.
IDE used: PyCharm