Skip to content

hayato0511/5ch-script

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 8, 2023 09:34
October 8, 2023 09:34
October 8, 2023 09:34
October 8, 2023 09:34
October 8, 2023 09:34
October 8, 2023 09:34

5ch Script

5chのスクリプト

インストール

pip install requests

使い方

# スレ立て
python script.py tate https://kes.5ch.net/chiikawa/ 10 msg.txt
# 全てのスレにレス
python script.py resu https://kes.5ch.net/chiikawa/ 100 msg.txt
# 特定のスレのみにレス
python script.py resu https://kes.5ch.net/test/read.cgi/chiikawa/123456789/ 10 msg.txt
# プロキシ(http) プロキシのリスト(http.txt) 終了タイマー(60) 送信の遅延時間(10) ログ
python script.py resu https://kes.5ch.net/chiikawa/ 400 msg.txt -p http -pl http.txt -t 60 -d 10 -l
  • コマンドライン引数
  • オプション
    • -p --proxy プロキシの種類(http,https,socks4,socks5,socks5h)
    • -pl --proxy_list プロキシのリスト
    • -t --time 終了タイマー
    • -d --delay 送信の遅延時間
    • -l --log ログ

その他設定ハードコード

Releases

No releases published

Packages

No packages published

Languages