前提・実現したいこと
pythonでtwintというモジュールの勉強をしています。
発生している問題・エラーメッセージ
Module
1Module 'twint' has no 'run' member
該当のソースコード
python
1import twint 2 3c = twint.Config() 4 5c.Username = "noneprivacy" 6c.Custom["tweet"] = ["id"] 7c.Custom["user"] = ["bio"] 8c.Limit = 10 9c.Store_csv = True 10c.Output = "none" 11 12twint.run.Search(c) 13
試したこと
補足情報(FW/ツールのバージョンなど)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/06 12:02
2021/01/06 12:41