-
Notifications
You must be signed in to change notification settings - Fork 50
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
Labels
Comments
→コマンドプロンプトで |
Requirement already satisfied:
と出るだけで、scratchattachには関係なさそうなログしか出ません。
これはアップデート成功なのでしょうか?
From: かける族 ***@***.***>
Sent: Sunday, November 17, 2024 5:07 PM
To: TimMcCool/scratchattach ***@***.***>
Cc: unajyuumoto-python-Js-html-css ***@***.***>; Author ***@***.***>
Subject: Re: [TimMcCool/scratchattach] Filter bot doesn't work/フィルターボットが使えない (Issue #288)
[from scratchattach import HardFilter, ...] が動作しません。
→コマンドプロンプトでpip install -U scratchattachを実行してアップデートしてみてください。
—
Reply to this email directly, view it on GitHub<#288 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BM75KD2263JUKKOJX4A2NZD2BBFCXAVCNFSM6AAAAABR5QBJDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBRGAYTEOBVHE>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
このコメントへの返信
それでも失敗する場合は コードの一例: 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() |
うまくいきました!ありがとうございました。2024/11/18 14:42 かける族 ***@***.***>:
このコメントへの返信
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()
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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, ...] が動作しません。もしかしたら、アップデートすれば直る(そもそもアップデートがあったのか?)または、再インストールすれば直るかもしれませんが、その方法がわかりません。
The text was updated successfully, but these errors were encountered: