Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update READEME #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a reservation booking bot designed to snipe reservations from [Resy](htt
[Resy API](http://subzerocbd.info/). New reservations usually become available on a daily basis. Some restaurants may
vary on what time and how many days out reservations are made available. When running the bot, it will sleep until the
specified time and wake up to try to snipe a reservation. It will attempt to grab a reservation for a couple of
seconds and shutdown, outputting whether is it was or wasn't successful in getting a reservation.
seconds and shutdown, outputting whether is it was or wasn't successful in getting a reservation. Test addding to readme here.

## Usage
You need to provide a few values before running the bot. You can set these parameters in the `resyConfig.conf` file
Expand Down Expand Up @@ -61,4 +61,4 @@ configure it to look under `com.resy.ResyBookingBot`.
- You can run it via `sbt`. I would recommend doing this via CLI instead of inside IntelliJ. Type `sbt` to start the
sbt instance, then type `run`. It will have some output then bring you back to the sbt prompt. Do not exit out of the
sbt prompt as this will kill the bot. The bot is running inside the sbt instance and will wake up at the appropriate
time to snipe a reservation.
time to snipe a reservation.