2016-11-26 23:09:12 -06:00
|
|
|
# The Great Escape
|
|
|
|
## Install
|
|
|
|
virtualenv -p python3 venv
|
|
|
|
. venv/bin/activate
|
|
|
|
pip install -e .
|
|
|
|
|
2016-11-26 23:16:06 -06:00
|
|
|
## Run
|
|
|
|
. venv/bin/activate
|
2016-11-27 00:17:04 -06:00
|
|
|
tge --url <url>
|
|
|
|
|
|
|
|
# Try out
|
2016-11-27 02:07:21 -06:00
|
|
|
tge --in http://trsrockin.fr.yuku.com/topic/6532/HELLO-ALL --out hello.json
|
|
|
|
tge --in http://trsrockin.fr.yuku.com/topic/1518/Wolfys-Art-amp-Other-Nifty-Things-Requests-Open --out arts.json
|
|
|
|
tge --in http://trsrockin.fr.yuku.com/forums/2 --out announcements
|