2026-05-15 17:06:08 +01:00
2026-05-15 17:06:08 +01:00
2026-05-15 17:20:10 +01:00
2026-05-15 17:20:10 +01:00
2026-05-15 17:20:10 +01:00
2026-05-15 17:20:10 +01:00
2026-05-15 17:06:08 +01:00
2026-05-15 17:06:08 +01:00

nowblinkie

generate dynamic blinkies to use on your website, using the output of arbitrary commands.

nowblinkie does not host a web server, you must use a separate webserver to host your blinkies, such as nginx or caddy.

usage

  1. install requirements: pip install -r requirements.txt
  2. run: python main/src.py [-c config-file] [-L].

docker

a dockerfile and compose file have been provided. keep in mind the commands will run in the docker container, too. you do not need to clone this repository to use the compose file provided.

custom images

to use utilities not installed in the standard docker image, you can build a new one based off of it:

FROM https://git.alv.cx/alvierahman90/nowblinkie.git

RUN apt-get update && apt-get install blahblahblah

CMD [ "python", "-u", "./src/main.py", "-c", "/config.toml" ]

config

the provided example config file lists all the options that can be used. the blinkie templates and the font (curie) required to render them are included in the repository.

Description
generate dynamic blinkies to use on your website, using the output of arbitrary commands.
Readme 77 KiB
Languages
Python 96.1%
Dockerfile 3.9%