Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter bot doesn't work/フィルターボットが使えない #288

Open
unajyuumoto-python-Js-html-css opened this issue Nov 17, 2024 · 4 comments
Labels
issue The OP's project is not working potential bug

Comments

@unajyuumoto-python-Js-html-css

I probably shouldn't post this here, but the filter bot [from scratchattach import HardFilter, ...] doesn't work. Maybe updating it will fix it (was there an update in the first place?) Or maybe reinstalling it will fix it, but I don't know how to do that.

/

ここに書き込むべきではないかもしれませんが、フィルターボットを[from scratchattach import HardFilter, ...] が動作しません。もしかしたら、アップデートすれば直る(そもそもアップデートがあったのか?)または、再インストールすれば直るかもしれませんが、その方法がわかりません。

@kakeruzoku
Copy link
Contributor

[from scratchattach import HardFilter, ...] が動作しません。

→コマンドプロンプトでpip install -U scratchattachを実行してアップデートしてみてください。

@unajyuumoto-python-Js-html-css
Copy link
Author

@kakeruzoku
Copy link
Contributor

このコメントへの返信

Requirement already satisfied: と出るだけで、scratchattachには関係なさそうなログしか出ません。 これはアップデート成功なのでしょうか?

Requirement already satisfied:とでているなら最新版になっているはずです。

それでも失敗する場合は
重要な情報(パスワード等)を抜いたコードと発生するエラーを教えてください。

コードの一例:

import scratchattach as s3

#ログイン・フィルタークラス作成
session = s3.login("username", "password")
filterbot = session.connect_filterbot(log_deletions=True)

#フィルターを追加
filterbot.add_filter(
    s3.HardFilter("宣伝ブロック", contains="https://scratch.mit.edu/projects/")
)

filterbot.add_filter(
    s3.SpamFilter("スパムブロック")
)

#実行
filterbot.start()

@TimMcCool TimMcCool added issue The OP's project is not working potential bug labels Nov 18, 2024
@unajyuumoto-python-Js-html-css
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue The OP's project is not working potential bug
Projects
None yet
Development

No branches or pull requests

3 participants