An open API service indexing awesome lists of open source software.

https://github.com/nanvenomous/strawberrybotsprings


https://github.com/nanvenomous/strawberrybotsprings

Last synced: 2 months ago
JSON representation

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