SokuPay / iot

raspberry pi OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iot

Prerequisites

you'll need:

  • Raspberry Pi OS GNU/Linux 11 (bullseye)
  • python3

Getting Started

Install dependencies

$ pip3 install selenium
$ sudo apt install chromium-chromedriver
$ which chromedriver

Fix the port and launch browser(chromium)

$ sh ./launch_browser.sh

Start real button trigger program

$ python3 switch_trigger.py

About

raspberry pi OS


Languages

Language:Python 92.3%Language:Shell 7.7%