ユーザープロフィールにコメントを送ろう! 用意するもの PC(絶対必要) Python(アプリ) 手順 PCのコマンドプロントでこのコマンドをうってください pip install scratchattach 次にpythonをダウンロードしてください Pythonをひらけたら、次のコードを打ってください import scratchattach as scratch3 session = scratch3.login("Your user name", "Your password") user = session.connect_user("username") user.post_comment("comment content") #Your use name = user name #Your password = password #username = username (not yours) #comment content = comment text #の説明文は含まなくて結構です 更新履歴 2024/05/14/16:54:公開 注意!! 現在scratchかscratchattachの問題でいじれません。いじれるようになり次第、お知らせします Thank you for @TimMcCool https://github.com/TimMcCool/scratchattach?tab=readme-ov-file
注意 このプロジェクトは、ユーザープロフィールにメッセージを送る方法を解説しています @-fire_FX- お待たせ