I Need A Res#
A command line tool to find and book you a random reservation in your city, because sometimes you just need a res.
Features#
OpenTable and Resy support
Breakfast/brunch, lunch, and dinner options
Variable party size
Requirements#
Python 3.10
pip install poetry pre-commitpoetry install && pre-commit installLog into Resy, open your browser console, and grab the values from the
AuthorizationandX-Resy-Auth-Tokenheaders.Save just the alphanumeric strings from these somewhere in your shell as, for example,
RESY_API_KEYandRESY_AUTH_TOKENpoetry run i-need-a-res --helpPass in the envvars under the
--resy-authflag when you’re ready to go.
Usage#
Please see the Command-line Reference for details.
Contributing#
Contributions are very welcome. To learn more, see the Contributor Guide.
License#
Distributed under the terms of the MIT license, I Need A Res is free and open source software.
Issues#
If you encounter any problems, please file an issue along with a detailed description.
Credits#
This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.