Xrysnow / thwiki-cd-spider

Fetch CD infomation from thwiki.cc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thwiki-cd-spider

This code can fetch CD infomation from this page at thwiki.cc. The result will be stored in a Microsoft Access Database file so that it can be used in other places (such as foobar2000).

Environment

  • windows
  • python 3.5
  • scrapy
  • pyodbc

Usage

  • Double click run.bat and wait, you will get test.mdb in scrapyspider folder.

Note

  • This code is windows only since it need Microsoft Access Driver. You will need to modify pipelines.py on other platforms.
  • You need to install AccessDatabaseEngine_X64.exe if your windows is 64-bit. You can get it from here.
  • This code is written in Feb. 2017 and haven't updated. If it's broken, just raise an issue.

About

Fetch CD infomation from thwiki.cc.

License:MIT License


Languages

Language:Python 99.7%Language:Batchfile 0.3%