Skip to content

camphor-tokyo/attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

attendance

CAMPHOR- Tokyo 出席簿

How to run on Raspberry Pi

Setup

sudo apt-get update
sudo apt-get install -y sqlite3 libusb-1.0-0-dev

cd attendance
sqlite3 attendance.db < migrate.sql
sudo pip install -r requirements.txt

Start

cd attendance
SLACK_WEBHOOK_URL=<YOUR_SLACK_WEBHOOK_URL> python main.py

Releases

No releases published

Packages

No packages published

Languages