A wee tool to count the current number of users in the fediverse
Find a file
2018-08-18 23:50:16 +01:00
doc Initial commit 2018-08-18 23:50:16 +01:00
src/mastodonusers Initial commit 2018-08-18 23:50:16 +01:00
test/mastodonusers Initial commit 2018-08-18 23:50:16 +01:00
.gitignore Initial commit 2018-08-18 23:50:16 +01:00
CHANGELOG.md Initial commit 2018-08-18 23:50:16 +01:00
LICENSE Initial commit 2018-08-18 23:50:16 +01:00
project.clj Initial commit 2018-08-18 23:50:16 +01:00
README.md Initial commit 2018-08-18 23:50:16 +01:00

mastodonusers

A Clojure app to report and log the current number of users in the fediverse.

Configuring

You should obtain a key from instances.social and write it (just the file, nothing else) into resources/secret.txt.

Building

lein uberjar

Usage

To print the current number of users:

java -jar mastodonusers-[version]-standalone.jar

To log the current users in an EDN file:

java -jar mastodonusers-[version]-standalone.jar path-to-edn-file

License

Copyright © 2018 Simon Brooke

Distributed under the GNU General Public License either version 2.0 or (at your option) any later version.