Skip to content

Instantly share code, notes, and snippets.

# Scraping the Safeway Ice Cream deals for store 676, adjust with storefinder for yours
# Notification via Pushover, can run with a cron job on server
# url: 'http://m.safeway.com/WeeklySpecials/Index?filterType=ByCategory&selectedCategory=none&storeId=676'
# use this to find the other categories
# thanks ccc for the input!
import bs4, requests, console
console.clear()