Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loganintech/order_cookies

Orders cookies from OSU's Food 2 U Service
https://github.com/loganintech/order_cookies

Last synced: 10 days ago
JSON representation

Orders cookies from OSU's Food 2 U Service

Awesome Lists containing this project

README

        

# OSU Order Cookies
## Setup

```
pip3 install -U selenium
```

### Mac Only
```
brew install chromedriver
```

### Windows Only
```
https://sites.google.com/a/chromium.org/chromedriver/getting-started
```

* Make a new text document in the same directory of order_cookies.py formatted as such:
* Line 1 - OSU Username (hazardj for example)
* Line 2 - OSU Password (123456789 for example)
* Line 3 - OSU Student ID (935999999 for example)
* Line 4 - Phone Number (Optional for the website, but needed for the script)

## Usage

`python3 order_cookies.py [params]`

## Command Line Parameters

```
-m, --message [Message for Food2U Employees]
-n, --number [Number of Cookies to Order]
```