pythonでtwitterのツイート検索をする


任意アカウントのツイートから検索する

$ pip install twint
$ pip install nest_asyncio
import twint
import nest_asyncio

nest_asyncio.apply()

c = twint.Config()
c.Username = "{ユーザーID}"
c.Search = "{検索文字}"

twint.run.Search(c)  #検索実行

クラウドプログラム実行環境

Google Colaboratory(グーグル・コラボレイトリー)
https://colab.research.google.com/notebooks/welcome.ipynb?hl=ja