XinliWang / Tennis-Court-Reservation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tennis-Reservation

Description

This application is designed for tennis court reservation online. The tennis court will be reserved every day at specific time automatically.

Run the app locally

python version: 3.6

  1. create account.txt
  • username = <username>
  • password = <password>
  • url = <url>
  1. virtualenv tennis

  2. source tennis/bin/activate

  3. pip install -r requirements.txt

  4. setup the timer in main.py for reservation and cancellation

  5. python main.py

Run the app in Docker and deploy

  1. docker build -t tennis .

  2. docker run -d tennis

About


Languages

Language:Python 99.7%Language:Shell 0.2%Language:Dockerfile 0.1%