mirror of
https://github.com/jbranchaud/til
synced 2026-01-14 20:48:01 +00:00
Add Search Tweets By Author as an internet til
This commit is contained in:
@@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
|
|||||||
For a steady stream of TILs from a variety of rocketeers, checkout
|
For a steady stream of TILs from a variety of rocketeers, checkout
|
||||||
[til.hashrocket.com](https://til.hashrocket.com/).
|
[til.hashrocket.com](https://til.hashrocket.com/).
|
||||||
|
|
||||||
_549 TILs and counting..._
|
_550 TILs and counting..._
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -196,6 +196,7 @@ _549 TILs and counting..._
|
|||||||
|
|
||||||
- [Add Emoji To GitHub Repository Description](internet/add-emoji-to-github-repository-description.md)
|
- [Add Emoji To GitHub Repository Description](internet/add-emoji-to-github-repository-description.md)
|
||||||
- [Exclude Whitespace Changes From GitHub Diffs](internet/exclude-whitespace-changes-from-github-diffs.md)
|
- [Exclude Whitespace Changes From GitHub Diffs](internet/exclude-whitespace-changes-from-github-diffs.md)
|
||||||
|
- [Search Tweets By Author](internet/search-tweets-by-author.md)
|
||||||
|
|
||||||
### JavaScript
|
### JavaScript
|
||||||
|
|
||||||
|
|||||||
10
internet/search-tweets-by-author.md
Normal file
10
internet/search-tweets-by-author.md
Normal 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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
By using `"pair programming" from:hashrocket`, I am able to find all of the
|
||||||
|
tweets by `@hashrocket` that use the exact phrase `pair programming`.
|
||||||
Reference in New Issue
Block a user