From 79c1420960be101d2aeb44909e2e22462e74c13f Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 2 Nov 2018 21:51:45 -0500 Subject: [PATCH] Add readme. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..51d0eca --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +This is a toy I built so I wouldn't have to check the [Grand Forks 311](http://www.grandforksgov.com/online-services/gf-311) +app/website all the time. + +It currently toots to Mastodon at [@hackgfk_311@botsin.space](https://botsin.space/@hackgfk_311). +Toots are converted to Tweets ([@hackgfk_311](https://twitter.com/hackgfk_311)) with @renatolond's wonderful +crossposter: https://crossposter.masto.donte.com.br ([source code](https://github.com/renatolond/mastodon-twitter-poster)). + +Written in R because I'm much quicker at that than Python, and it seemed like a fun use case. + +Pull requests always welcome! \ No newline at end of file