Lightning activated Beertap
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amiss.widen751 d62a52f1b0 bugfixes 7 months ago
3d new 3d-files 7 months ago
configs bugfixes 7 months ago
media bugfixes 7 months ago
track bugfixes 7 months ago
.gitignore 123 7 months ago
Beertap.py bugfixes 7 months ago
Button.py 234 7 months ago
Invoice.py bugfixes 7 months ago
NFC.py bugfixes 7 months ago
README.md 123 7 months ago
Tap.py bugfixes 7 months ago
Video.py bugfixes 7 months ago

README.md

Lightning activated Beertap for the EINUNDZWANZIG SAARLAND/PFALZ Plebs

Instructions:

Install prerequisities
sudo apt-get install python-is-python3 pigpio python3-pigpio build-essential autoconf libtool pkg-config libnfc6 libnfc-bin libnfc-examples
pip install pillow configparser qrcode events requests pigpio pn532pi
Clone Project
git clone https://codeberg.org/amiss.widen751/LN-Beertap.git
cd LN-Beertap
Edit Config
mv example.config.beer config.beer
nano config.beer
Make it systemd
sudo mv systemd/* /lib/systemd/system/
sudo rm -rf systemd

sudo systemctl enable pigpiod.service
sudo systemctl enable beertap.service
sudo systemctl enable killswitch.service

sudo systemctl daemon-reload

sudo systemctl start pigpiod.service
sudo systemctl start beertap.service
sudo systemctl start killswitch.service