Skip to content

TIBTHINK/cbt

Repository files navigation

Counting Ur Mistakes

Version: 1.2.0

Prerequisites

to use you need to have sudo privileges and docker and docker-compose installed

sudo apt install docker docker-compose git

Make sure to clone the repo and node just the docker-compose file

How to use

Option 1

sudo bash docker.sh -U

Option 2

sudo docker-compose up -d

Config

going into the src folder you will find a config.json file.

Example:

{
  "config": {
    "title": "CANCEL BEN TSARDOULIAS", //changes the title of the website
    "start_date": "2023-10-29" // when the counter began
  },
  // in charge of the special box's password
  "password": { 
    "OneHundred": "oh come on",
    "TwohundredFifty": "it wasnt that bad",
    "FiveHundred": "you got to be kidding",
    "OneThousand": "wow i must of really fucked up"
  }
}

Using the API

You might be wondering why there is an API, so you can display your achievement in a physical medium Materials

Adafruit Matrix Portal S3 CircuitPython Powered Internet Display

64x32 RGB LED Matrix - 4mm pitch

Follow this tutorial to install circuit python.

Programing the board

clone the git repo and copy the contents into the circut python folder on your desktop

change the settings.toml file to your network (the board can only use 2.4GHz frequency)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published