Skip to content

No hashtag search #259

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

Open
dappdev20 opened this issue May 25, 2025 · 0 comments
Open

No hashtag search #259

dappdev20 opened this issue May 25, 2025 · 0 comments

Comments

@dappdev20
Copy link

When I search for #bitcoin, it works well.
How can I search no hashtag tweets?
I tried like following.

queries = [""]

queue = asyncio.Queue()

workers_count = 1 # limit concurrency here 2 concurrent requests at time
workers = [asyncio.create_task(worker(queue, api)) for _ in range(workers_count)]
for q in queries:
queue.put_nowait(q)

But the result was nothing.

How to set queries?

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