Twitter-Sentiment-Analysis icon indicating copy to clipboard operation
Twitter-Sentiment-Analysis copied to clipboard

how to avoid the following error

Open pranjo opened this issue 3 years ago • 0 comments

Traceback (most recent call last): File "C:\Users\HP\Desktop\New folder\main.py", line 145, in sa.DownloadData() File "C:\Users\HP\Desktop\New folder\main.py", line 27, in DownloadData self.tweets = tweepy.Cursor(api.search, q=searchTerm, lang="eng").items(NoOfTerms) File "C:\Users\HP\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\tweepy\cursor.py", line 40, in init raise TweepyException('This method does not perform pagination') tweepy.errors.TweepyException: This method does not perform pagination

pranjo avatar Aug 23 '22 17:08 pranjo