Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Feb 25, 2021
1 parent f406e24 commit f7a465a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,10 +991,10 @@ examples:
. Collecting the latest 500 tweets of a given Twitter user:
`minet tw scrape tweets "from:@jack" --limit 500 > tweets.csv`

. Collecting the tweets from Twitter user listed in CSV file:
`minet tw scrape tweets user users.csv > tweets.csv`
. Collecting the tweets from multiple Twitter queries listed in a CSV file:
`minet tw scrape tweets query queries.csv > tweets.csv`

. Templating the given CSV column:
. Templating the given CSV column to query tweets by users:
`minet tw scrape tweets user users.csv --query-template 'from:@{value}' > tweets.csv`

```
Expand Down
6 changes: 3 additions & 3 deletions minet/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1361,10 +1361,10 @@
. Collecting the latest 500 tweets of a given Twitter user:
`minet tw scrape tweets "from:@jack" --limit 500 > tweets.csv`
. Collecting the tweets from Twitter user listed in CSV file:
`minet tw scrape tweets user users.csv > tweets.csv`
. Collecting the tweets from multiple Twitter queries listed in a CSV file:
`minet tw scrape tweets query queries.csv > tweets.csv`
. Templating the given CSV column:
. Templating the given CSV column to query tweets by users:
`minet tw scrape tweets user users.csv --query-template 'from:@{value}' > tweets.csv`
''',
'arguments': [
Expand Down

0 comments on commit f7a465a

Please sign in to comment.