You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: