Skip to content

hs11346/polymarket-tick-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymarket Tick Store

To run the algorithm, provide the asset and out variables for the asset id and JSON path respectively via CLI:

python polymarket_market_logger.py --asset YOUR_ASSET_ID --out updates.json

To decode the algorithm, run the decoder.py file like this:

python "path/to/decoder.py" --in "path\to\compressed_updates.json" --out "path\to\save.json"

You can compress the output JSON file even further by using file_compress.py to compress the entire file.

python file_compress.py compress --in "path\to\compressed_updates.json" 

To decompress:

python file_compress.py decompress --in "path\to\compressed_updates.json.xz" 

About

Compressed algorithm to store wss updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors