Skip to content

aStonedPenguin/glua-scrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garry's mod Wiki Extractor

This small tool will extract function info out of wiki.garrysmod.com and prepare it for some text-editor

Usage

/bin/Release/glua-scraper.exe

glua-scraper 1.0.0.0 Copyright Jonas Dellinger c - 2015

-p, --provider Required. The provider used to save the data

-m, --modes Required. Which functions we should get [all,hooks,libfuncs,globals,classfuncs,panelfuncs]

--help Display this help screen.

Providers: VSCode, SublimeText, AtomIO

Extract all functions and convert it into a vscode format used in VSCode GLua:

glua-scraper.exe -p VSCode -m all

Extract all functions and convert it into a sublime-text format used in Sublime-GLua-Highlight:

glua-scraper.exe -p SublimeText -m all

Extract all functions and convert it into a atom.io format used in glua-autocomplete:

glua-scraper.exe -p AtomIO -m all

Extract only hooks and convert it into a atom.io format used in glua-autocomplete:

glua-scraper.exe -p AtomIO -m hooks

Releases

Releases will be made if there are any big changes. All libraries will be merged into the main execetuable with every release.

About

This small tool will extract function info out of http://wiki.garrysmod.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%