A program which crawls your accepted KOISTUDY submissions.
Run __main__.py to start.
- Python 3
- Python 3 libraries; requests, BeautifulSoup4, html5lib
You can install these by
$ pip install requests
$ pip install beautifulsoup4
$ pip install html5lib