Skip to content

Commit ab21c66

Browse files
authored
Update README.md
1 parent 93423a1 commit ab21c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ It requires [Scrapy](http://scrapy.org/) and [PyMongo](https://api.mongodb.org/p
2222

2323
2. In the root folder of this project, run command like:
2424

25-
scrapy crawl TweetScraper -a query=foo,#bar
25+
scrapy crawl TweetScraper -a query="foo,#bar"
2626

27-
where `query` is a list of keywords seperated by comma (`,`). The query can be any thing (keyword, hashtag, etc.) you want to search in [Twitter Search](https://twitter.com/search-home). `TweetScraper` will crawl the search results of the query and save the tweet content and user information. You can also use the following operators in each query (from [Twitter Search](https://twitter.com/search-home)):
27+
where `query` is a list of keywords seperated by comma and quoted by `"`. The query can be any thing (keyword, hashtag, etc.) you want to search in [Twitter Search](https://twitter.com/search-home). `TweetScraper` will crawl the search results of the query and save the tweet content and user information. You can also use the following operators in each query (from [Twitter Search](https://twitter.com/search-home)):
2828

2929
| Operator | Finds tweets... |
3030
| --- | --- |

0 commit comments

Comments
 (0)