Skip to content

ankitsxchdeva/VRR-parking-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRR Parking Discord Bot

Discord bot that automates visitor parking registration on VRR Parking using Playwright.

Setup

  1. Create a Discord bot at https://discord.com/developers/applications
  2. Copy .env.example to .env and fill in your details:
DISCORD_TOKEN=your_bot_token
GUILD_ID=your_server_id

APARTMENT_NAME=Your Apartment Name
ACCESS_CODE=optional_access_code
RESIDENT_NAME=Your Name
UNIT_NUMBER=123

VISITOR_NAME=Default Visitor
VISITOR_PHONE=1234567890
[email protected]

DEFAULT_LICENSE_PLATE=ABC1234
DEFAULT_VEHICLE_MAKE=Toyota
DEFAULT_VEHICLE_MODEL=Camry
  1. Run with Docker:
docker compose up -d --build

Commands

  • /park - Register a visitor vehicle with custom details
  • /quickpark - Quick register using the default vehicle from config

About

Dockerized Discord bot using Playwright to automate VRR Parking visitor registration forms

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors