Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loganintech/order_cookies
- Owner: loganintech
- Created: 2016-11-08T05:47:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T04:06:20.000Z (about 8 years ago)
- Last Synced: 2024-10-18T06:52:21.241Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```