StackOverflow 文件 tweepy 教程 開始使用 tweepy 安裝 安裝 Created: November-22, 2018 可以使用 pip 或 easy_install 從其 PyPI 儲存庫安裝 Tweepy : pip install tweepy 要麼 easy_install tweepy 你也可以從 GitHub 下載原始碼並使用 setup.py 安裝它: python setup.py install 有關更多資訊,請參閱 tweepy 文件 。 使用 Tweepy 訪問 Twitter Search API開始使用 tweepy