Spooder is a web scraping software that extracts game awards from Wikipedia from 2014 to 2019. Spooder may work beyond 2019 providing Wikipedia keeps all new game's info in the same stucture.
To try out the Spooder, please execute "main.py".
What I have learned:
- Web Scraping with BeautifulSoup.
- Reading and writing .csv file with Python
- Basic Debugging
What I could have done better:
- Make Spooder more flexible and don't get stuck when meet new data format.