Skip to content

Commit

Permalink
added flags to readme, removed / in export path
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzi- committed Jun 21, 2018
1 parent 29173dd commit ac09785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ optional arguments:
-e path/to/file, --export path/to/file
exports results to file
-j, --json outputs json
-s, --save saves tweets to tweets/{twitter_handle}/{yyyy-mm-
dd_HH-MM-SS}.json
--no-color disables colored output
```

### Example output
Expand Down
2 changes: 1 addition & 1 deletion tweets_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
help='outputs json')

parser.add_argument('-s', '--save', action='store_true',
help='saves tweets to /%s/{twitter_handle}/{yyyy-mm-dd_HH-MM-SS}.json' %save_folder)
help='saves tweets to %s/{twitter_handle}/{yyyy-mm-dd_HH-MM-SS}.json' %save_folder)

parser.add_argument('--no-color', action='store_true',
help='disables colored output')
Expand Down

0 comments on commit ac09785

Please sign in to comment.