OSDN Git Service

新しい動画に利用されるコメントファイルに対応。
[pynv/pylib-nicovideo.git] / README
1 ・効能
2     Pythonでニコニコ動画にアクセスするためのライブラリです。
3     これ単体では使いようがありません。
4
5 ・動作環境
6     Pythonの3.3以降のバージョンとインターネット接続があれば、
7     多分動きます。
8
9 ・インストール
10     windows用にはバッチファイルを用意しておきました。
11     windowsでは、setup.batをダブルクリックするだけでいいはずです。
12     それ以外のOSでは、
13     fontsディレクトリの中に使用するフォントファイルを入れてから
14     同梱のsetup.pyをinstallオプション付きで実行してください。
15     例: python3 setup.py install
16     以下のそれぞれが1つ以上必要ですが、
17     それぞれ先頭に書いてあるもの以外は代替品に過ぎないため、
18     使用すると一部の機能の精度が極端に低下するかもしれません。
19     VL PGothic Regular は<http://vlgothic.dicey.org/>から入手できます。
20         ・半角用: Arial, Helvetica, DejaVu Sans, VL PGothic Regular
21         ・ゴシック体: MS Pゴシック, VL PGothic Regular
22         ・明朝体: SimSun, VL PGothic Regular
23         ・丸文字体: Gulim, MS Pゴシック, VL PGothic Regular
24
25 ・コピーライトとライセンス
26     Copyright © 2014 dyknon
27
28     This file is part of Pylib-nicovideo.
29
30     Pylib-nicovideo is free software: you can redistribute it and/or modify
31     it under the terms of the GNU General Public License as published by
32     the Free Software Foundation, either version 3 of the License, or
33     (at your option) any later version.
34
35     This program is distributed in the hope that it will be useful,
36     but WITHOUT ANY WARRANTY; without even the implied warranty of
37     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38     GNU General Public License for more details.
39
40     You should have received a copy of the GNU General Public License
41     along with this program.  If not, see <http://www.gnu.org/licenses/>.
42
43 ・連絡先
44     dyknon <dyknon@users.sourceforge.jp>