Utils for scraping and crawling UTask-web


Keywords
crawling, scraping, utility
License
MIT
Install
pip install utaskweb==0.1.15

Documentation

utaskweb

Utils for scraping and crawling Utask-web website and get announces from http://www.c.u-tokyo.ac.jp.

Installation

From pypi

$ pip install utaskweb

From source

$ git clone https://github.com/wkentaro/utaskweb && cd utaskweb
$ python setup.py install

Usage

>>> import utaskweb
>>> for k, v in utaskweb.get_class_cancels()[1][0].items():
        print k,v
...
updated 2015/3/25
room 154教室
period 2
day 木
date 4月9日
teacher 相澤 隆
subject ドイツ語二列

License

Copyright (C) 2015 Kentaro Wada
Released under the MIT license