Skip to content

ViARSys/neos_guestbook

Repository files navigation

GuestBook

guestbook is a simple server written in python witch interfaces with a google sheet as datastorage.

setup

  1. create a virtual environment (python -m venv venv) (don't forget to activate it)
  2. install deps (pip install -r requirements.txt)
  3. copy the config from example.config.py to config.py
  4. setup the google sheet ID
  5. create a service account on Google API Console
  6. add the service account's email to your google sheet
  7. paste the service account's json into the config.py

About

A guestbook system for Neos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages