1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add Search Tweets By Author as an internet til

This commit is contained in:
jbranchaud
2017-08-16 10:47:57 -05:00
parent f9eba7da3f
commit e90997463c
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
# Search Tweets By Author
Twitter has some advanced search features that allow you to do more than
just search by keyword. The `from:<author>` syntax is the way that you can
restrict your search results to a specific twitter user.
![twitter from search](http://i.imgur.com/yWi9JB7.png)
By using `"pair programming" from:hashrocket`, I am able to find all of the
tweets by `@hashrocket` that use the exact phrase `pair programming`.