What this doc covers
- Creating an alternative way to retrieve tweets powered by Exa by searching our index (updated daily)
- Explain usage of Exa’s includeDomain and date filters
- Read about your favorite topic or domain in a synthesized/targeted way
- Get notified about new hackathons/events (often primarily announced via Twitter)
- Monitor feedback/user experiences for your product
Python
Python
include_domains so that Exa only searches Twitter.com and X.com URLs for results. We also set the start_published_date to thirty days before the current date. This way, we only get recent tweets.
And since things move so fast in AI, let’s set our query to find advances in AI so we can catch up on news from the last month.
Python
Python
Besides Twitter/X, Exa also indexes YouTube (and many other sites, see detailed info about what’s in our index here ). As a follow-up, experiment with setting includeDomain to “youtube.com” to find cool videos to binge!
