All Projects → smkent → safeway-coupons

smkent / safeway-coupons

Licence: GPL-3.0 license
Automatic coupon clipper for Safeway's online "Just for U" coupons

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to safeway-coupons

ckron
🐋 A cron-like job scheduler for docker
Stars: ✭ 37 (+37.04%)
Mutual labels:  cronjob
jobor
支持秒级分布式定时任务系统, A high performance distributed task scheduling system, Support multi protocol scheduling tasks
Stars: ✭ 52 (+92.59%)
Mutual labels:  cronjob
gronx
Lightweight, fast and dependency-free Cron expression parser (due checker), task scheduler and/or daemon for Golang (tested on v1.13 and above) and standalone usage
Stars: ✭ 206 (+662.96%)
Mutual labels:  cronjob
speedInspectorRPI
A docker image with a cronjob running speedtest, audit your internet connection/ISP
Stars: ✭ 12 (-55.56%)
Mutual labels:  cronjob
terraform-aws-efs-backup
Terraform module designed to easily backup EFS filesystems to S3 using DataPipeline
Stars: ✭ 40 (+48.15%)
Mutual labels:  cronjob
kubecron
Utilities to manage kubernetes cronjobs. Run a CronJob manually for test purposes. Suspend/unsuspend a CronJob
Stars: ✭ 47 (+74.07%)
Mutual labels:  cronjob
backup-suite
Backup database, static files and config to AWS S3 with Cronjob
Stars: ✭ 32 (+18.52%)
Mutual labels:  cronjob
kube-job-cleaner
DEPRECATED: Delete complete/failed Kubernetes jobs after one hour
Stars: ✭ 99 (+266.67%)
Mutual labels:  cronjob
aws-lambda-scheduler
aws-lambda-scheduler is EventBridge Rule manager that lets you call any existing AWS Lambda Function you have in a set future time with pre-set parameters. Allows more rule creation than AWS limit.
Stars: ✭ 58 (+114.81%)
Mutual labels:  cronjob
time.clj
time util for Clojure(Script)
Stars: ✭ 45 (+66.67%)
Mutual labels:  cronjob
vscode-powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 44 (+62.96%)
Mutual labels:  cronjob
teresa
Teresa is a special bot of discord for you.
Stars: ✭ 21 (-22.22%)
Mutual labels:  cronjob
EasyCronJob
This repository provides easy cron job to your application on IHostedService.
Stars: ✭ 66 (+144.44%)
Mutual labels:  cronjob
xxl-job-executor-go
xxl-job 执行器(golang 客户端)
Stars: ✭ 298 (+1003.7%)
Mutual labels:  cronjob
Google-rank-tracker
SEO: Python script + shell script and cronjob to check ranks on a daily basis
Stars: ✭ 124 (+359.26%)
Mutual labels:  cronjob
workflow-controller
Kubernetes workflow controller
Stars: ✭ 23 (-14.81%)
Mutual labels:  cronjob
lambda-cron
LambdaCron - serverless cron tool
Stars: ✭ 22 (-18.52%)
Mutual labels:  cronjob
terraform-aws-ec2-ami-backup
Terraform module for automatic & scheduled AMI creation
Stars: ✭ 19 (-29.63%)
Mutual labels:  cronjob
nodejs-cron-job-must-know
it is an example of running node.js script with every certain period(cron job)
Stars: ✭ 35 (+29.63%)
Mutual labels:  cronjob
Windows-TaskSchedule
Windows下的任务调试框架, 支持Cron表达式,支持任务以插件形式添加,支持调用外部程序,支持部署为windows服务...
Stars: ✭ 39 (+44.44%)
Mutual labels:  cronjob

About

safeway-coupons is a script that will log in to an account on safeway.com, and attempt to select all of the "Just for U" electronic coupons on the site so they don't have to each be clicked manually.

For best results, run this program once a day or so with a cron daemon.

Usage

Prerequisites: Python 3 and sendmail (optional).

Create a configuration file with an email sender address and your Safeway account login information. For example:

email_sender = [email protected]

[[email protected]]
password = 12345
notify = [email protected]

email_sender is optional. If included, a summary email will be sent for each specified Safeway account, either to the account email address or to the address specified by notify, if present.

Specify the path to this config file using -c or --accounts-config.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

See LICENSE for the full license text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].