All Projects → edmundmok → mealpy

edmundmok / mealpy

Licence: MIT license
Order your meals on MealPal automatically!

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to mealpy

ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (+0%)
Mutual labels:  food, restaurant
awesome-aizu
最高会津若松情報🍜🍣🍛🍝🌮🍜
Stars: ✭ 16 (-42.86%)
Mutual labels:  food, restaurant
Stayfit
📱 🏃 🍎 Fitness application that’s used to keep track of your physical fitness data, daily calorie count, invite friends to work out together and ultimately get healthy.
Stars: ✭ 90 (+221.43%)
Mutual labels:  food
Food2vec
🍔
Stars: ✭ 199 (+610.71%)
Mutual labels:  food
Gourmet map
微信小程序「美食地图」——“发现最地道的美食”
Stars: ✭ 129 (+360.71%)
Mutual labels:  food
Food 101 Mobile
Deep Learning Food Classifier for iOS using Keras and Tensorflow
Stars: ✭ 97 (+246.43%)
Mutual labels:  food
Food Ordering System
Food or Item Order Management System
Stars: ✭ 161 (+475%)
Mutual labels:  food
Sustainable Green Plants
DIY high pressure aeroponics for the home
Stars: ✭ 84 (+200%)
Mutual labels:  food
Snap N Eat
Food detection and recommendation with deep learning
Stars: ✭ 229 (+717.86%)
Mutual labels:  food
Grocy Desktop
A (Windows) desktop application wrapper for https://github.com/grocy/grocy
Stars: ✭ 127 (+353.57%)
Mutual labels:  food
Food Ordering App
Stars: ✭ 198 (+607.14%)
Mutual labels:  food
Fooddelivery
Design OO food delivery app with C# & Design Patterns
Stars: ✭ 126 (+350%)
Mutual labels:  food
Daily Dozen Ios
Keep track of the foods that Dr. Greger recommends in his NYT's best-selling book, How Not to Die with this iOS app
Stars: ✭ 109 (+289.29%)
Mutual labels:  food
Swiggy Analytics
Analyse your swiggy orders 🍔
Stars: ✭ 163 (+482.14%)
Mutual labels:  food
Addon Grocy
Grocy - Home Assistant Community Add-ons
Stars: ✭ 97 (+246.43%)
Mutual labels:  food
Openfoodfacts Ios
Native (Swift) version of Open Food Facts for iOS. Coders & Decoders welcome 🤳🥫 😊
Stars: ✭ 202 (+621.43%)
Mutual labels:  food
Taco Api
🍉 Brazilian Table of Food Composition (TACO) - JSON API
Stars: ✭ 87 (+210.71%)
Mutual labels:  food
Pwa Barcode Scanner
Information about food from the barcode, on your phone 🛒
Stars: ✭ 122 (+335.71%)
Mutual labels:  food
Meanrecipe
Get a consensus recipe for your next meal. 🍪 🍰
Stars: ✭ 140 (+400%)
Mutual labels:  food
Sistema-Restaurante
Open Source Software Restaurant
Stars: ✭ 61 (+117.86%)
Mutual labels:  restaurant

mealpy

Build Status Coveralls github license

Reserve your meals on MealPal automatically, as soon as the kitchen opens. Never miss your favourite MealPal meals again!

Description

MealPal offers lunch and dinner subscriptions giving you access to the best restaurants for less than $6 per meal.

This script automates the ordering process by allowing you to specify your desired restaurant and pickup timing in advance. Just run the script before the MealPal kitchen opens at 5pm to get your order, and beat the competition to getting the meals from popular restaurants!

Installation

Install virtualenv with all required dependencies and activate it:

make venv
source venv/bin/activate

Quickstart

python -m mealpy --help

Reserve a meal

# python -m mealpy.py reserve RESTAURANT RESERVATION_TIME CITY
python -m mealpy reserve "Coast Poke Counter - Battery St." "12:15pm-12:30pm" "San Francisco"

Files

Configuration

Upon the first run, a config will be created in $XDG_CONFIG_HOME (~/.config/mealpy) from the template. You'll can override the default values.

Cookies

This script stores cookies created from initial login. This is how the script can rerun without re-asking every time. This can be found in $XDG_CACHE_HOME (~/.cache/mealpy).

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].