Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 262 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 262 Bytes

ticker

Ticker driving code.

setup

$ git clone https://github.com/v2tokens/ticker && cd ticker
$ python3 -m venv .venv && source .venv/bin/activate
$ make install

run it

Important: the script must be run as root

$ make