README.md

foodpls

This is a bot that can be used to check out an Amazon food cart. Particularly useful in the time of covid. This is probably not super condoned by Amazon, so use at your own risk :)

Installation

# install.packages("devtools")
devtools::install_github("aedobbyn/foodpls")

Configuration

e.g.

Sys.setenv(EMAIL="ratatouille@gmail.com")

Run

There are three main functions in this package.

run evaluates all of these in order.

library(foodpls)

There are two carts to choose from: "whole foods" or "amazon fresh".

run(cart = "whole foods")

The ... args to run are passed to buy.

run(cart = "amazon fresh", n_tries = 3, sleep_time = 2)


aedobbyn/foodpls documentation built on Aug. 14, 2020, 2:07 p.m.