spiwn / FactorioApiScraper

A small script that goes through the Factorio API documentation html and exports a json intented to be used by autocomplete extensions such as https://github.com/simonvizzini/vscode-factorio-lua-api-autocomplete
MIT License
3 stars 1 forks source link

feat: support docker #1

Closed cdaringe closed 3 years ago

cdaringe commented 3 years ago

problem

i didnt have python installed, or a python env w/ the needed dep

solution

support docker, run anywhere (ish)

spiwn commented 3 years ago

Great. Thank you.