api - Search Twitter with a Regular Expression -
is there way search twitter api using regular expressions? expression need match stock name.
/\$[a-za-z]{1,5}/
no, , reason, have @ architectural standpoint. given volume twitter has using api, have regex match against possible tweets searchable. insane amount of data processing.
Comments
Post a Comment