Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikaJacobs authored Jan 4, 2021
1 parent 1505eeb commit f4fb7a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Database of Villager Attributes From *Animal Crossing* Video Game
This project automatically updates a MySQL database of villager data from the video game *Animal Crossing: New Horizons*. Villager popularity data is scraped using Beautiful Soup on Animal Crossing Portal's popularity tier list. Villager attributes are obtained from a Kaggle dataset. Both sources are joined and appended to MySQL table automatically every two weeks using Airflow via WSL on a Windows computer.
This project automatically updates a MySQL database of villager data from the video game *Animal Crossing: New Horizons*. Villager popularity data is scraped using Beautiful Soup on Animal Crossing Portal's popularity tier list. Villager attributes are obtained from a Kaggle dataset. Both sources are joined and appended to MySQL table automatically every two weeks using a CRON job via WSL on a Windows computer.

## Methods Used
* ETL
Expand All @@ -12,7 +12,6 @@ This project automatically updates a MySQL database of villager data from the vi
* Linux (WSL)

## Packages Used
* Airflow
* Selenium
* bs4
* Pandas
Expand All @@ -32,5 +31,4 @@ This project automatically updates a MySQL database of villager data from the vi
* [Animal Crossing Portal - Popularity Tier List](https://www.animalcrossingportal.com/games/new-horizons/guides/villager-popularity-list.php#/)
* [Kaggle - Animal Crossing Data](https://www.kaggle.com/jessicali9530/animal-crossing-new-horizons-nookplaza-dataset)
* [Web Scraping Using Beautiful Soup and Selenium](https://medium.com/ymedialabs-innovation/web-scraping-using-beautiful-soup-and-selenium-for-dynamic-page-2f8ad15efe25)
* [Installing Apache Airflow - Windows](https://medium.com/@ryanroline/installing-apache-airflow-on-windows-10-5247aa1249ef)
* [Visual Studio Code WSL](https://code.visualstudio.com/docs/remote/wsl)

0 comments on commit f4fb7a6

Please sign in to comment.