Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 247 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 247 Bytes

coin-reader

Read coins and spits out HTTP requests.

setup

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

run it

$ make