trevorhobenshield / twitter-api-client

Implementation of X/Twitter v1, v2, and GraphQL APIs
https://pypi.org/project/twitter-api-client
MIT License
1.56k stars 207 forks source link

scraping tweets based on hashtag/keywords #216

Closed Alexandros11 closed 4 months ago

Alexandros11 commented 4 months ago

Hey, I know this might be very simple question, but I can`t get my head around it - how do I scrape tweets based on hashtag/keyword? If yes, could you provide very basic example (as basic at it can be).

trevorhobenshield commented 4 months ago

Hey, thanks for the question.

You'll need to use Search, please see the readme for examples.