Updating Readme again :P

This commit is contained in:
bt0dotninja 2020-03-11 07:04:42 -06:00
commit 2a910653e2

View file

@ -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 :