Updating Readme again :P
This commit is contained in:
parent
a24230b763
commit
2a910653e2
1 changed files with 4 additions and 4 deletions
|
|
@ -75,21 +75,21 @@ The naming convention is as follows :
|
|||
|
||||
* Generate statistics of user nobody for a week and view the text logs :
|
||||
|
||||
`python main.py --user=nobody`
|
||||
`python fedstats.py --user=nobody`
|
||||
|
||||
* Generate statistics of user foo in `.svg` format :
|
||||
|
||||
`python main.py --user=foo --mode=svg`
|
||||
`python fedstats.py --user=foo --mode=svg`
|
||||
|
||||
This will create `stats.svg` in your `$pwd`.
|
||||
|
||||
* Generate statistics of user foo in `.png` format with output name as `foo_stats.png`
|
||||
|
||||
`python main.py --user=foo --mode=png --output=foo_stats`
|
||||
`python fedstats.py --user=foo --mode=png --output=foo_stats`
|
||||
|
||||
* Generate data between specific dates and locally save as JSON
|
||||
|
||||
`python main.py --user=foo --mode=json --start=05/23/2016 --end=05/28/2016`
|
||||
`python fedstats.py --user=foo --mode=json --start=05/23/2016 --end=05/28/2016`
|
||||
|
||||
#### Basic Troubleshooting :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue