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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planned: Automatic builds/runs

spiwn opened this issue · comments

Automatic scheduled runs to check for newer Factorio api versions and create documentation for them.
Using Github Actions as the running environment.
Maybe using logiqx/python-bs4 docker image as it covers the scraper requirements (python, bs).

I am planning to do it within 2-3 weeks.

This has been put on hold until the generating Lua Doc feature is done