mirror of
https://github.com/muesli/mastotool
synced 2025-06-05 22:09:22 +02:00
Renamed statootstics to mastotool
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,4 +15,4 @@
|
||||
*.json
|
||||
|
||||
# Binary
|
||||
statootstics
|
||||
mastotool
|
||||
|
20
README.md
20
README.md
@@ -1,5 +1,5 @@
|
||||
statootstics
|
||||
============
|
||||
mastotool
|
||||
=========
|
||||
|
||||
Mastodon Statistics Generator
|
||||
|
||||
@@ -8,15 +8,15 @@ Mastodon Statistics Generator
|
||||
Make sure you have a working Go environment (Go 1.8 or higher is required).
|
||||
See the [install instructions](http://golang.org/doc/install.html).
|
||||
|
||||
To install statootstics, simply run:
|
||||
To install mastotool, simply run:
|
||||
|
||||
go get github.com/muesli/statootstics
|
||||
go get github.com/muesli/mastotool
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
$ statootstics -help
|
||||
Usage of ./statootstics:
|
||||
$ mastotool -help
|
||||
Usage of ./mastotool:
|
||||
-columns int
|
||||
displays tables with N columns (default 80)
|
||||
-config string
|
||||
@@ -30,7 +30,7 @@ Usage of ./statootstics:
|
||||
## Example
|
||||
|
||||
```
|
||||
$ statootstics
|
||||
$ mastotool
|
||||
Which instance to connect to: https://mastodon.social
|
||||
Username (email): some_user@domain.tld
|
||||
Password: ********
|
||||
@@ -94,6 +94,6 @@ Another tag
|
||||
|
||||
## Development
|
||||
|
||||
[](https://godoc.org/github.com/muesli/statootstics)
|
||||
[](https://travis-ci.org/muesli/statootstics)
|
||||
[](http://goreportcard.com/report/muesli/statootstics)
|
||||
[](https://godoc.org/github.com/muesli/mastotool)
|
||||
[](https://travis-ci.org/muesli/mastotool)
|
||||
[](http://goreportcard.com/report/muesli/mastotool)
|
||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module github.com/muesli/statootstics
|
||||
module github.com/muesli/mastotool
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.0 // indirect
|
||||
|
Reference in New Issue
Block a user