Hey guys, I am trying to pull all relevant tweets based on the NFT project called Doodles. Since the name/word ‘Doodles’ is a very common one in everyday conversations I continue to get a bunch of tweets that aren’t related to the NFT project Doodles. Any recommendations? Thanks!

not much apart from making use of exclusions maybe? Search Tweets - How to build a query | Docs | Twitter Developer Platform Remember you can add a - to a phrase like:

doodles -"google doodles"

Thanks so much for the response. Ill look into that, im also going to try Doodles vs doodles hehe =)

1 Like

Caps don’t matter in the API btw, the search is case insensitive too.

ugh your right… Do you know of any Filter libraries out there? Or have any additional idea’s?

You might have to add some rules to your own code to try and figure it out, like maybe checking user descriptions if they’re into NFTs, otherwise - i’ve no other ideas unfortunately.

Ok thank you for the suggestion and response, much appreciated =)

1 Like