https://github.com/nanvenomous/strawberrybotsprings
https://github.com/nanvenomous/strawberrybotsprings
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nanvenomous/strawberrybotsprings
- Owner: nanvenomous
- Created: 2021-05-01T22:37:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T23:03:24.000Z (over 4 years ago)
- Last Synced: 2025-03-20T22:53:13.660Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Installation
```
git clone git@github.com:mrgarelli/StrawberryBotSprings.git
pip install -r requirements.txt
```# Configuration
define a class at the top of the main.py with desired reservation information```
class user:
first_name = ''
last_name = ''
email = 'person@gmail.com'
phone = '9999999999'
nReservations = 4
day = '20'
resTime = '8:00 PM'
discordToken = ''
discordGuild = 'StrawberryBotSprings'
```# Usage
> ./main.py