Version 1.0.1 of package Mastodon has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Mastodon describes itself as: ==================================================== Client for fediverse services using the Mastodon API ==================================================== More at https://elpa.nongnu.org/nongnu/mastodon.html ## Summary: 1 README ════════ `mastodon.el' is an Emacs client for the AcitivityPub social networks that implement the Mastodon API. For info see [joinmastodon.org]. [joinmastodon.org] <https://joinmastodon.org/> 1.1 Installation ──────────────── Clone this repository and add the lisp directory to your load path. Then, require it and go. ┌──── │ (add-to-list 'load-path "/path/to/mastodon.el/lisp") │ (require 'mastodon) └──── Or, with `use-package': ┌──── │ (use-package mastodon │ :ensure t) └──── The minimum Emacs version is now 27.1. But if you are running an older version it shouldn't be very hard to get it working. 1.1.1 MELPA ╌╌╌╌╌╌╌╌╌╌╌ Add `MELPA' to your archives: ## Recent NEWS: [Not available 🙁]