Python | PRAW | Reddit API | Windows API
This script finds suitable deals by extracting data from sale and marketplace subreddits utilizing Reddit API and PRAW
Finding deals starts with identifying relevant posts on a subreddit and scanningthe submmission for deal info. When recognizing a deal, its information is parsed into categories and placed onto a dictionary for future use. After all recent submissions are analyzed, a notification is generated with Windows API to pop up a Toast. This notification produces an HTML file that contains all the sorted deals with links to the submission and their prices.
See The Code