1
我試圖使用tweepy來搜索只包含括號或標誌的tweets。如何使用僅包含括號或標誌的tweepy搜索查詢
的命令是:
tweets = auth.search(q="[@", count=100)
,但我得到了以下錯誤:
tweepy.error.TweepError: [{u'message': u'Missing or invalid url parameter.', u'code': 195}]
如何正確搜索它的任何想法?我試過\\\\[\\\@
和\\[\@
也沒有工作。