Skip to main content

CHaser 2012 client library for Python

Project description

動作環境

  • Python2.7

インストール

easy_installやpipでインストールしてください。

$ pip install nullpobug.chaser

簡単な使い方

動かずサーチだけ実行するCHaserクラスを作ってみます。

my_chaser.py:

from nullpochaser.chasers.silent import SilentCHaser

class MyCHaser(SilentCHaser):
    pass

これを動かすには次のようにコマンドを実行します。

$ python -m nullpochaser.main --chaser=my_chaser.MyCHaser

-p オプションでポート番号を指定できます。他のオプションを確認するには、 --help オプションを指定してください。

$ python -m nullpochaser.main --help

詳しくはソースを読んでください。

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nullpobug.chaser-0.1.zip (9.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page