Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to avoid the following error #4

Open
pranjo opened this issue Aug 23, 2022 · 0 comments
Open

how to avoid the following error #4

pranjo opened this issue Aug 23, 2022 · 0 comments

Comments

@pranjo
Copy link

pranjo commented Aug 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant