/mastodon-bookmark-search

A simple web app to search and explore your Mastodon bookmarks

Primary LanguageJupyter NotebookGNU Affero General Public License v3.0AGPL-3.0

Mastodon Bookmark Search

A simple web application based on Streamlit that allows you to search and explore your Mastodon bookmarks.

Usage

  1. To install the dependencies, run

    pipenv install
  2. Set up credentials for your Mastodon server following the example for Mastodon.py.

  3. Import your bookmarks with

    pipenv run python ingest_bookmarks.py
  4. Run the web app with

    pipenv run streamlit run bookmark_search_app.py