How to install a github bot? #130928
Unanswered
Rosey723
asked this question in
Programming Help
Replies: 1 comment 1 reply
-
Create a new file and name it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body
Haven;t had much luck installing bots from github so i want to do this without any chance of mistake. How do i install this, step-by-step? I'd like to install it using cmd if that's possible?
https://github.com/edmundj0/resy-reservations-bot
Clone this repository ( already downloaded as a zip )
Install dependencies ( How do i install dependencies using cmd or another software )
pipenv install
Create .env file in root directory, and create EMAIL and PASSWORD variables based on your resy log in info ( how do i creat an .env file. do i just type in my email and password in this file )
EMAIL=[email protected]
PASSWORD=examplePassword000
Insert values into config.ini file
Venue: 0000
Date: 2023-12-31
Guests: 2
Note: Venue Id can be found in the network tab from the restaurant page on resy. Date is in YYYY-MM-DD format
Enter virtual environment and run script, or run script directly ( can i use cmd for this, or do i have to download a new software? )
pipenv shell
python3 resy_bot.py
OR
pipenv run python3 resy_bot.py
Failed attempts will be logged in attempts.csv . Leave script running.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions