This is a (WIP) web scraper to read SIU's (GOAT's) blogposts for each chapter.
This is based on info in the TOG Wiki, up to 2022/03/12.
On a command console run the script by typing
python3 main.py --volume X --chapter Y
where --volume
and --chapter
are self-explanatory optional parameters.
A setup file is available so the script can be installed and used anywhere. For this purpose, run the following command
pip install -e /path/to/script/folder
after that, just run
togblog --volume X --chapter Y