Auto tweet GDUFS VOD information to Sina Weibo
The code is ugly. I will refactor it !
Follow me in @weibo: http://weibo.com/dpress
Make sure you have python2.7
, pip
, virtualenv
installed.
$ git clone https://github.com/holys/elevator.git
$ cd elevator
$ virtualenv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
- Prepare database for storing history movie information
sqlite3 /data/movie.db < schema.sql
- Rename
config.py.example
toconfig.py
,and fill parameters with yours.
- Python PEP8
- SQL STATEMENT: UPPER-CASE, function lower-case
Improve the accuracy rate of matching douban movie data with Text Similarity Algorithm