Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 623 Bytes

File metadata and controls

9 lines (8 loc) · 623 Bytes

Overview

Python web crawler that:
  • Crawls through steam user wishlist
  • Calls upon reddit API to look through r/gamedeals to see if any games on the wishlist are currently on sale
  • Writes results to a textfile, scheduled using crontab
  • I had just finished Dark Souls 1, and had a blast. I had heard that Dark Souls 3 was coming out very soon, and I had a sneaking suspicion that Dark Souls 2 would be going on sale very soon. However, I didn't want to be scouring the internet for sales every day so I had the task automated.

    Installation

    pip install -r requirements.txt