From a9417e99ae2db5d53acabcd08e59a6e56897c79e Mon Sep 17 00:00:00 2001 From: Kay Faraday Date: Sat, 25 Dec 2021 22:01:12 +0000 Subject: [PATCH] add gitignore and readme --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..634cd84 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Emojos (Freak U edition) + +This is an online tool that lets you view all emojis for a Mastodon (or Pleroma) instance. +Additionally, it supports viewing emojis by category and viewing emojis for an .onion instance. + +It's currently deployed at [emojos.freak.university](https://emojos.freak.university).