Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 483 Bytes

Walled project - python meetup BCN

components

  • walledapiapp.py: API
  • tasks.py: celery tasks
  • interactivewalledbot.py: Telegram Bot
  • rpi_framebuffer_walled_client.py: Raspberry client that outputs to framebuffer

how to run

In the server:

  • Check that redis is running
  • start api: python walledapiapp.py
  • start celery: celery -A
  • start bot: interactivewalledbot.py

In the raspberry pi

  • sudo python rpi_framebuffer_walled_client.py WALLED_API_URL WALL_ID